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