Package squidpony.squidmath
Class IntDoubleOrderedMap.MapEntry
java.lang.Object
squidpony.squidmath.IntDoubleOrderedMap.MapEntry
- Enclosing class:
- IntDoubleOrderedMap
public final class IntDoubleOrderedMap.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(double)
are reflected in the map