Class ClassLoaderRepository.SoftHashMap
java.lang.Object
java.util.AbstractMap
org.aspectj.apache.bcel.util.ClassLoaderRepository.SoftHashMap
- All Implemented Interfaces:
Map
- Enclosing class:
ClassLoaderRepository
- Version:
- $Id: ClassLoaderRepository.java,v 1.13 2009/09/09 19:56:20 aclement Exp $
- Author:
- M. Dahm, David Dixon-Peugh
-
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, 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
-
Constructor Details
-
SoftHashMap
-
SoftHashMap
public SoftHashMap() -
SoftHashMap
-
-
Method Details
-
get
-
put
-
entrySet
- Specified by:
entrySet
in interfaceMap
- Specified by:
entrySet
in classAbstractMap
-
clear
public void clear()- Specified by:
clear
in interfaceMap
- Overrides:
clear
in classAbstractMap
-
size
public int size()- Specified by:
size
in interfaceMap
- Overrides:
size
in classAbstractMap
-
remove
-