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 voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<K,K>>entrySet()Kget(Object key)booleanisEmpty()Set<K>keySet()Kput(K key, K value)voidputAll(Map<? extends K,? extends K> m)Kremove(Object key)intsize()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
-
-