Class SoftHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.ujmp.core.collections.map.AbstractMap<K,V>
org.ujmp.core.collections.map.SoftHashMap<K,V>
All Implemented Interfaces:
Serializable, Map<K,V>
Direct Known Subclasses:
SoftHashMapList

public class SoftHashMap<K,V> extends AbstractMap<K,V>
See Also: