40414243444546
* Maps index to the value that starts at that index */ private final IntIntMap myMap; public SameValuesIntList() { this(new IntIntMap()); }
39404142434445