Class SoftHashMap<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 SoftHashMap<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: SoftHashMap is NOT serializable!
    Author:
    Philip Helger