ContainerUtil.createSoftMap() instead@Deprecated
public final class SoftHashMap<K,V>
extends java.util.AbstractMap<K,V>
| Constructor and Description |
|---|
SoftHashMap()
Deprecated.
use
ContainerUtil.createSoftMap() instead |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
protected <T> com.intellij.util.containers.RefHashMap.Key<T> |
createKey(T k,
<any> strategy,
java.lang.ref.ReferenceQueue<? super T> q)
Deprecated.
|
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
V |
get(java.lang.Object key) |
boolean |
isEmpty() |
V |
put(K key,
V value) |
V |
remove(java.lang.Object key) |
int |
size() |
clone, equals, hashCode, keySet, putAll, toString, values@Deprecated public SoftHashMap()
ContainerUtil.createSoftMap() insteadprotected <T> com.intellij.util.containers.RefHashMap.Key<T> createKey(T k,
<any> strategy,
java.lang.ref.ReferenceQueue<? super T> q)
public int size()
size in interface java.util.Map<K,V>size in class java.util.AbstractMap<K,V>public boolean isEmpty()
isEmpty in interface java.util.Map<K,V>isEmpty in class java.util.AbstractMap<K,V>public boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Map<K,V>containsKey in class java.util.AbstractMap<K,V>public boolean containsValue(java.lang.Object value)
containsValue in interface java.util.Map<K,V>containsValue in class java.util.AbstractMap<K,V>public V get(java.lang.Object key)
get in interface java.util.Map<K,V>get in class java.util.AbstractMap<K,V>public V put(K key,
V value)
put in interface java.util.Map<K,V>put in class java.util.AbstractMap<K,V>public V remove(java.lang.Object key)
remove in interface java.util.Map<K,V>remove in class java.util.AbstractMap<K,V>public void clear()
clear in interface java.util.Map<K,V>clear in class java.util.AbstractMap<K,V>public java.util.Set<java.util.Map.Entry<K,V>> entrySet()
entrySet in interface java.util.Map<K,V>entrySet in class java.util.AbstractMap<K,V>