Package org.javlo.utils
Class KeyMap<K>
- java.lang.Object
-
- org.javlo.utils.KeyMap<K>
-
-
Field Summary
Fields Modifier and Type Field Description static KeyMap<String>
stringInstance
-
Constructor Summary
Constructors Constructor Description KeyMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
boolean
containsKey(Object key)
boolean
containsValue(Object value)
Set<Map.Entry<K,K>>
entrySet()
K
get(Object key)
boolean
isEmpty()
Set<K>
keySet()
K
put(K key, K value)
void
putAll(Map<? extends K,? extends K> m)
K
remove(Object key)
int
size()
Collection<K>
values()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-