Package com.intellij.util.containers
Class SoftValueHashMap<K,V>
- java.lang.Object
-
- com.intellij.util.containers.SoftValueHashMap<K,V>
-
- Type Parameters:
K-V-
- All Implemented Interfaces:
Map<K,V>
public final class SoftValueHashMap<K,V> extends Object implements Map<K,V>
Deprecated.useSoftValueHashMapinstead.
-
-
Constructor Summary
Constructors Constructor Description SoftValueHashMap()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclear()Deprecated.booleancontainsKey(Object key)Deprecated.booleancontainsValue(Object value)Deprecated.Set<Map.Entry<K,V>>entrySet()Deprecated.Vget(Object key)Deprecated.booleanisEmpty()Deprecated.Set<K>keySet()Deprecated.Vput(K key, V value)Deprecated.voidputAll(Map<? extends K,? extends V> t)Deprecated.Vremove(Object key)Deprecated.intsize()Deprecated.Collection<V>values()Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
Deprecated.- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
public boolean containsValue(Object value)
Deprecated.- Specified by:
containsValuein interfaceMap<K,V>
-
values
@NotNull public Collection<V> values()
Deprecated.
-
-