Uses of Class
com.helger.commons.collection.map.AbstractSoftMap
-
Packages that use AbstractSoftMap Package Description com.helger.commons.collection.map -
-
Uses of AbstractSoftMap in com.helger.commons.collection.map
Subclasses of AbstractSoftMap in com.helger.commons.collection.map Modifier and Type Class Description classSoftHashMap<K,V>SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftHashMapis NOT serializable!classSoftLinkedHashMap<K,V>SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftLinkedHashMapis NOT serializable!
-