| 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 V |
get(Object key) |
M |
getNestedMap()
Returns nestes map object
|
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, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllM getNestedMap()
default boolean containsKey(Object key)
containsKey in interface Map<K,V>default boolean containsValue(Object value)
containsValue in interface Map<K,V>Copyright © 2014–2015. All rights reserved.