| Package | Description |
|---|---|
| com.helger.commons.collection.map |
| Modifier and Type | Class and Description |
|---|---|
class |
SoftHashMap<K,V>
Soft
HashMap implementation based on
http://www.javaspecialists.eu/archive/Issue015.htmlThe entrySet implementation is from
org.hypergraphdb.utilNote: SoftHashMap is NOT serializable! |
class |
SoftLinkedHashMap<K,V>
Soft
HashMap implementation based on
http://www.javaspecialists.eu/archive/Issue015.htmlThe entrySet implementation is from
org.hypergraphdb.utilNote: SoftLinkedHashMap is NOT serializable! |
Copyright © 2014–2019 Philip Helger. All rights reserved.