Package zombie.core.Collections
Class ZomboidHashMap
java.lang.Object
zombie.core.Collections.ZomboidAbstractMap
zombie.core.Collections.ZomboidHashMap
- All Implemented Interfaces:
Serializable,Cloneable,Map
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.core.Collections.ZomboidAbstractMap
ZomboidAbstractMap.SimpleEntry, ZomboidAbstractMap.SimpleImmutableEntry -
Constructor Summary
ConstructorsConstructorDescriptionZomboidHashMap(int int1) ZomboidHashMap(int int1, float float1) ZomboidHashMap(Map map) -
Method Summary
Methods inherited from class zombie.core.Collections.ZomboidAbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ZomboidHashMap
public ZomboidHashMap(int int1, float float1) -
ZomboidHashMap
public ZomboidHashMap(int int1) -
ZomboidHashMap
public ZomboidHashMap() -
ZomboidHashMap
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceMap- Overrides:
sizein classZomboidAbstractMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap- Overrides:
isEmptyin classZomboidAbstractMap
-
get
- Specified by:
getin interfaceMap- Overrides:
getin classZomboidAbstractMap
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classZomboidAbstractMap
-
put
- Specified by:
putin interfaceMap- Overrides:
putin classZomboidAbstractMap
-
putAll
- Specified by:
putAllin interfaceMap- Overrides:
putAllin classZomboidAbstractMap
-
remove
- Specified by:
removein interfaceMap- Overrides:
removein classZomboidAbstractMap
-
clear
public void clear()- Specified by:
clearin interfaceMap- Overrides:
clearin classZomboidAbstractMap
-
containsValue
- Specified by:
containsValuein interfaceMap- Overrides:
containsValuein classZomboidAbstractMap
-
clone
- Overrides:
clonein classZomboidAbstractMap
-
keySet
- Specified by:
keySetin interfaceMap- Overrides:
keySetin classZomboidAbstractMap
-
values
- Specified by:
valuesin interfaceMap- Overrides:
valuesin classZomboidAbstractMap
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classZomboidAbstractMap
-