static final class MapMaker.NullComputingConcurrentMap<K,V> extends MapMaker.NullConcurrentMap<K,V>
Modifier and Type | Field and Description |
---|---|
(package private) Function<? super K,? extends V> |
computingFunction |
private static long |
serialVersionUID |
Constructor and Description |
---|
NullComputingConcurrentMap(MapMaker mapMaker,
Function<? super K,? extends V> computingFunction) |
Modifier and Type | Method and Description |
---|---|
private V |
compute(K key) |
V |
get(java.lang.Object k) |
containsKey, containsValue, entrySet, notifyRemoval, put, putIfAbsent, remove, remove, replace, replace
clear, clone, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID