|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntKeyMap | |
---|---|
zombie.util.map |
Uses of IntKeyMap in zombie.util.map |
---|
Classes in zombie.util.map that implement IntKeyMap | |
---|---|
class |
AbstractIntKeyMap<V>
This class represents an abstract base for implementing maps from int values to objects. |
class |
IntKeyOpenHashMap<V>
This class represents open addressing hash table based maps from int values to objects. |
Methods in zombie.util.map with parameters of type IntKeyMap | |
---|---|
void |
IntKeyMap.putAll(IntKeyMap<V> map)
Adds all mappings from a specified map to this map. |
void |
AbstractIntKeyMap.putAll(IntKeyMap<V> map)
|
Constructors in zombie.util.map with parameters of type IntKeyMap | |
---|---|
IntKeyOpenHashMap(IntKeyMap<V> map)
Creates a new hash map with the same mappings as a specified map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |