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
public static class NonCachingClassLoaderRepository.SoftHashMap extends AbstractMap
-
-
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
Constructors Constructor Description SoftHashMap()SoftHashMap(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()SetentrySet()Objectget(Object key)Objectput(Object k, Object v)Objectremove(Object k)intsize()-
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
get
public Object get(Object key)
- Specified by:
getin interfaceMap- Overrides:
getin classAbstractMap
-
put
public Object put(Object k, Object v)
- Specified by:
putin interfaceMap- Overrides:
putin classAbstractMap
-
entrySet
public Set 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
-
-