Package zombie.core.Collections
Class ZomboidAbstractMap
java.lang.Object
zombie.core.Collections.ZomboidAbstractMap
- All Implemented Interfaces:
Map
- Direct Known Subclasses:
ZomboidHashMap
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ZomboidAbstractMap
protected ZomboidAbstractMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsValue
- Specified by:
containsValue
in interfaceMap
-
containsKey
- Specified by:
containsKey
in interfaceMap
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
toString
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-