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
ConstructorDescriptionZomboidHashMap
(int int1) ZomboidHashMap
(int int1, float float1) ZomboidHashMap
(Map map) -
Method Summary
Methods inherited from class zombie.core.Collections.ZomboidAbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
size
in interfaceMap
- Overrides:
size
in classZomboidAbstractMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceMap
- Overrides:
isEmpty
in classZomboidAbstractMap
-
get
- Specified by:
get
in interfaceMap
- Overrides:
get
in classZomboidAbstractMap
-
containsKey
- Specified by:
containsKey
in interfaceMap
- Overrides:
containsKey
in classZomboidAbstractMap
-
put
- Specified by:
put
in interfaceMap
- Overrides:
put
in classZomboidAbstractMap
-
putAll
- Specified by:
putAll
in interfaceMap
- Overrides:
putAll
in classZomboidAbstractMap
-
remove
- Specified by:
remove
in interfaceMap
- Overrides:
remove
in classZomboidAbstractMap
-
clear
public void clear()- Specified by:
clear
in interfaceMap
- Overrides:
clear
in classZomboidAbstractMap
-
containsValue
- Specified by:
containsValue
in interfaceMap
- Overrides:
containsValue
in classZomboidAbstractMap
-
clone
- Overrides:
clone
in classZomboidAbstractMap
-
keySet
- Specified by:
keySet
in interfaceMap
- Overrides:
keySet
in classZomboidAbstractMap
-
values
- Specified by:
values
in interfaceMap
- Overrides:
values
in classZomboidAbstractMap
-
entrySet
- Specified by:
entrySet
in interfaceMap
- Specified by:
entrySet
in classZomboidAbstractMap
-