| Modifier and Type | Class and Description |
|---|---|
class |
CollectionAsMap.Entry |
| Constructor and Description |
|---|
CollectionAsMap(Collection<K> collection) |
| 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) |
void |
setCollecion(Set<K> col) |
int |
size() |
Collection<K> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CollectionAsMap(Collection<K> collection)
Copyright © 2012-2018. All Rights Reserved.