Class IntIntOrderedMap.MapEntry

java.lang.Object
squidpony.squidmath.IntIntOrderedMap.MapEntry
Enclosing class:
IntIntOrderedMap

public final class IntIntOrderedMap.MapEntry
extends Object
The entry class for a OrderedMap does not record key and value, but rather the position in the hash table of the corresponding entry. This is necessary so that calls to setValue(int) are reflected in the map