Map.computeIfAbsent(Object, java.util.function.Function)
.@Deprecated public class NonThreadSafeComputingMap<K,V> extends Object implements Map<K,V>
Constructor and Description |
---|
NonThreadSafeComputingMap(com.google.common.base.Function<K,V> computingFunction)
Deprecated.
|
NonThreadSafeComputingMap(Map<K,V> delegate,
com.google.common.base.Function<K,V> computingFunction)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
boolean |
containsKey(Object key)
Deprecated.
|
boolean |
containsValue(Object value)
Deprecated.
|
Set<Map.Entry<K,V>> |
entrySet()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
V |
get(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Set<K> |
keySet()
Deprecated.
|
V |
put(K key,
V value)
Deprecated.
|
void |
putAll(Map<? extends K,? extends V> m)
Deprecated.
|
V |
remove(Object key)
Deprecated.
|
int |
size()
Deprecated.
|
Collection<V> |
values()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public NonThreadSafeComputingMap(com.google.common.base.Function<K,V> computingFunction)
public boolean equals(Object o)
public int hashCode()
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.