Class AbstractSoftMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
com.helger.commons.collection.map.AbstractSoftMap<K,V>
Type Parameters:
K - Key type
V - Value type
All Implemented Interfaces:
ICommonsMap<K,V>, ICloneable<ICommonsMap<K,V>>, Map<K,V>
Direct Known Subclasses:
SoftHashMap, SoftLinkedHashMap

public abstract class AbstractSoftMap<K,V> extends AbstractMap<K,V> implements ICommonsMap<K,V>
Soft Map implementation based on http://www.javaspecialists.eu/archive/Issue015.html
The entrySet implementation is from org.hypergraphdb.util
Note: AbstractSoftMap is NOT serializable!
Author:
Philip Helger