Constructor and Description |
---|
ShrinkableMap(Map<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object o) |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K k,
V v) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
remove(Object o) |
int |
size() |
Collection<V> |
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 © 2006–2016 The Apache Software Foundation. All rights reserved.