Package zombie.util.map
Class AbstractIntKeyMap
java.lang.Object
zombie.util.map.AbstractIntKeyMap
- All Implemented Interfaces:
IntKeyMap
- Direct Known Subclasses:
IntKeyOpenHashMap
public abstract class AbstractIntKeyMap extends java.lang.Object implements IntKeyMap
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractIntKeyMap() -
Method Summary
Modifier and Type Method Description voidclear()booleancontainsKey(int int1)booleancontainsValue(java.lang.Object object)booleanequals(java.lang.Object object)java.lang.Objectget(int int1)inthashCode()booleanisEmpty()voidputAll(IntKeyMap intKeyMap)java.lang.Objectremove(int int1)intsize()java.lang.StringtoString()voidtrimToSize()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AbstractIntKeyMap
protected AbstractIntKeyMap()
-
-
Method Details
-
clear
public void clear() -
remove
public java.lang.Object remove(int int1) -
putAll
-
containsKey
public boolean containsKey(int int1)- Specified by:
containsKeyin interfaceIntKeyMap
-
get
public java.lang.Object get(int int1) -
containsValue
public boolean containsValue(java.lang.Object object)- Specified by:
containsValuein interfaceIntKeyMap
-
equals
public boolean equals(java.lang.Object object) -
hashCode
public int hashCode() -
isEmpty
public boolean isEmpty() -
size
public int size() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
trimToSize
public void trimToSize()
-