Class SoftLinkedHashMap<K,V>

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

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