Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/IntMap.java @ 448:2e402c12ebc6 smartgit3
Issue 31: Revlog#walk() fails with AIOOBE when start > 0
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Wed, 06 Jun 2012 21:23:57 +0200 |
| parents | 81e9a3c9bafe |
| children | 7bcfbc255f48 |
comparison
equal
deleted
inserted
replaced
| 447:056f724bdc21 | 448:2e402c12ebc6 |
|---|---|
| 19 import java.util.NoSuchElementException; | 19 import java.util.NoSuchElementException; |
| 20 | 20 |
| 21 | 21 |
| 22 /** | 22 /** |
| 23 * Map implementation that uses plain int keys and performs with log n effectiveness. | 23 * Map implementation that uses plain int keys and performs with log n effectiveness. |
| 24 * May contain null values | |
| 24 * | 25 * |
| 25 * @author Artem Tikhomirov | 26 * @author Artem Tikhomirov |
| 26 * @author TMate Software Ltd. | 27 * @author TMate Software Ltd. |
| 27 */ | 28 */ |
| 28 public class IntMap<V> { | 29 public class IntMap<V> { |
