Package net.elytrium.limboapi.api.utils
Class OverlayVanillaMap<K,V>
java.lang.Object
net.elytrium.limboapi.api.utils.OverlayMap<K,V>
net.elytrium.limboapi.api.utils.OverlayVanillaMap<K,V>
- All Implemented Interfaces:
Map<K,V>
-
Nested Class Summary
-
Field Summary
Fields inherited from class net.elytrium.limboapi.api.utils.OverlayMap
overlay, override, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.elytrium.limboapi.api.utils.OverlayMap
clear, containsKey, containsValue, get, isEmpty, isOverride, put, putAll, remove, setOverride, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
OverlayVanillaMap
-
-
Method Details
-
keySet
-
values
-
entrySet
-