Package zombie.util.map


package zombie.util.map
  • Class
    Description
    This class represents an abstract base for implementing maps from int values to objects.
    This interface represents maps from int values to objects.
    This interface represents iterators over maps from int values to objects.
    This class represents open addressing hash table based maps from int values to objects.
    This class implements methods for retrieving default values for each of the primitive types.
    Thrown to indicate that an attempt was made to retrieve a non-existing mapping in a map.