Package org.aspectj.apache.bcel.util
Class ClassLoaderRepository.SoftHashMap
java.lang.Object
java.util.AbstractMap
org.aspectj.apache.bcel.util.ClassLoaderRepository.SoftHashMap
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionSoftHashMap(Map<Object, org.aspectj.apache.bcel.util.ClassLoaderRepository.SoftHashMap.SpecialValue> map) SoftHashMap(Map map, boolean b) -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
SoftHashMap
-
SoftHashMap
public SoftHashMap() -
SoftHashMap
-
-
Method Details
-
get
-
put
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-
clear
public void clear()- Specified by:
clearin interfaceMap- Overrides:
clearin classAbstractMap
-
size
public int size()- Specified by:
sizein interfaceMap- Overrides:
sizein classAbstractMap
-
remove
-