Uses of Package
com.helger.commons.collection.map
Packages that use com.helger.commons.collection.map
-
Classes in com.helger.commons.collection.map used by com.helger.commons.collection.mapClassDescriptionSoft
Mapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:AbstractSoftMapis NOT serializable!We define our own subclass of SoftReference which contains not only the value but also the key to make it easier to find the entry in the HashMap after it's been garbage collected.A specificLRUMapthat emits a warning once the map is full and the oldest entry gets discarded.A special ordered map, that has an upper limit of contained elements.A special ordered set, that has an upper limit of contained elements.SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftHashMapis NOT serializable!SoftHashMapimplementation based on http://www.javaspecialists.eu/archive/Issue015.html
TheentrySetimplementation is fromorg.hypergraphdb.util
Note:SoftLinkedHashMapis NOT serializable!