ContainerUtil#createConcurrentWeakKeySoftValueMap(int, float, int, TObjectHashingStrategy)
instead@Deprecated
public class ConcurrentWeakKeySoftValueHashMap<K,V>
extends java.lang.Object
implements java.util.concurrent.ConcurrentMap<K,V>
Modifier and Type | Class and Description |
---|---|
static interface |
ConcurrentWeakKeySoftValueHashMap.KeyReference<K,V>
Deprecated.
|
static interface |
ConcurrentWeakKeySoftValueHashMap.ValueReference<K,V>
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ConcurrentWeakKeySoftValueHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
<any> hashingStrategy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
boolean |
containsKey(java.lang.Object key)
Deprecated.
|
boolean |
containsValue(java.lang.Object value)
Deprecated.
|
protected ConcurrentWeakKeySoftValueHashMap.ValueReference<K,V> |
createValueReference(V value,
java.lang.ref.ReferenceQueue<? super V> queue)
Deprecated.
|
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet()
Deprecated.
|
V |
get(java.lang.Object key)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
java.util.Set<K> |
keySet()
Deprecated.
|
V |
put(K key,
V value)
Deprecated.
|
void |
putAll(java.util.Map<? extends K,? extends V> m)
Deprecated.
|
V |
putIfAbsent(K key,
V value)
Deprecated.
|
V |
remove(java.lang.Object key)
Deprecated.
|
boolean |
remove(java.lang.Object key,
java.lang.Object value)
Deprecated.
|
V |
replace(K key,
V value)
Deprecated.
|
boolean |
replace(K key,
V oldValue,
V newValue)
Deprecated.
|
int |
size()
Deprecated.
|
java.util.Collection<V> |
values()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected ConcurrentWeakKeySoftValueHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, <any> hashingStrategy)
protected ConcurrentWeakKeySoftValueHashMap.ValueReference<K,V> createValueReference(V value, java.lang.ref.ReferenceQueue<? super V> queue)
public V get(java.lang.Object key)
public boolean containsKey(java.lang.Object key)
public boolean containsValue(java.lang.Object value)
public V remove(java.lang.Object key)
public java.util.Set<K> keySet()
public java.util.Collection<V> values()
public boolean remove(java.lang.Object key, java.lang.Object value)