Package org.aspectj.apache.bcel.util
Class NonCachingClassLoaderRepository.SoftHashMap
java.lang.Object
java.util.AbstractMap
org.aspectj.apache.bcel.util.NonCachingClassLoaderRepository.SoftHashMap
- All Implemented Interfaces:
Map
- Enclosing class:
- NonCachingClassLoaderRepository
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionSoftHashMap(Map<Object,org.aspectj.apache.bcel.util.NonCachingClassLoaderRepository.SoftHashMap.SpecialValue> map)SoftHashMap(Map<Object,org.aspectj.apache.bcel.util.NonCachingClassLoaderRepository.SoftHashMap.SpecialValue> 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
- Specified by:
getin interfaceMap- Overrides:
getin classAbstractMap
-
put
- Specified by:
putin interfaceMap- Overrides:
putin classAbstractMap
-
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
- Specified by:
removein interfaceMap- Overrides:
removein classAbstractMap
-