Modifier and Type | Class and Description |
---|---|
class |
ListMapValueValue.Entry |
Constructor and Description |
---|
ListMapValueValue(Set<K> components) |
Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2012-2018. All Rights Reserved.