-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidclear()default booleancontainsKey(Object key)default booleancontainsValue(Object value)default Set<Map.Entry<K,V>>entrySet()default booleanisEmpty()default Set<K>keySet()default Vput(K key, V value)default voidputAll(Map<? extends K,? extends V> m)default Vremove(Object key)default intsize()default Collection<V>values()-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-