Package zombie.util.map

Interface Summary
IntKeyMap<V> This interface represents maps from int values to objects.
IntKeyMapIterator<V> This interface represents iterators over maps from int values to objects.
 

Class Summary
AbstractIntKeyMap<V> This class represents an abstract base for implementing maps from int values to objects.
IntKeyOpenHashMap<V> This class represents open addressing hash table based maps from int values to objects.
MapDefaults This class implements methods for retrieving default values for each of the primitive types.
 

Exception Summary
NoSuchMappingException Thrown to indicate that an attempt was made to retrieve a non-existing mapping in a map.