Package zombie.util.map
Class AbstractIntKeyMap
java.lang.Object
zombie.util.map.AbstractIntKeyMap
- All Implemented Interfaces:
IntKeyMap
- Direct Known Subclasses:
IntKeyOpenHashMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(int int1) boolean
containsValue
(Object object) boolean
get
(int int1) int
hashCode()
boolean
isEmpty()
void
remove
(int int1) int
size()
toString()
void
-
Constructor Details
-
AbstractIntKeyMap
protected AbstractIntKeyMap()
-
-
Method Details
-
clear
public void clear() -
remove
-
putAll
-
containsKey
public boolean containsKey(int int1) - Specified by:
containsKey
in interfaceIntKeyMap
-
get
-
containsValue
- Specified by:
containsValue
in interfaceIntKeyMap
-
equals
-
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
size
public int size() -
toString
-
trimToSize
public void trimToSize()
-