Class KeyMap<T extends Keyed>
java.lang.Object
io.github.bakedlibs.dough.collections.OptionalMap<NamespacedKey,T>
io.github.bakedlibs.dough.collections.KeyMap<T>
- All Implemented Interfaces:
Streamable<Map.Entry<NamespacedKey,,T>> Iterable<Map.Entry<NamespacedKey,T>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.bakedlibs.dough.collections.OptionalMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getInternalMap, getOrDefault, hashCode, ifAbsent, ifPresent, isEmpty, iterator, keySet, merge, put, putAll, putIfAbsent, remove, size, stream, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
KeyMap
-
KeyMap
public KeyMap()
-
-
Method Details
-
add
-