| Modifier and Type | Method and Description |
|---|---|
default void |
clear() |
default boolean |
containsKey(Object key) |
default boolean |
containsValue(Object value) |
default Set<Map.Entry<K,V>> |
entrySet() |
default boolean |
isEmpty() |
default Set<K> |
keySet() |
default V |
put(K key,
V value) |
default void |
putAll(Map<? extends K,? extends V> m) |
default V |
remove(Object key) |
default int |
size() |
default Collection<V> |
values() |
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2018. All rights reserved.