org.ujmp.core.collections.map
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:
- java.io.Serializable, java.util.Map<K,V>
- Direct Known Subclasses:
- SoftHashMapList
public class SoftHashMap<K,V> extends AbstractMap<K,V>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor and Description SoftHashMap()SoftHashMap(java.util.Map<? extends K,? extends V> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclear()Vget(java.lang.Object key)java.util.Set<K>keySet()Vput(K key, V value)Vremove(java.lang.Object key)intsize()-
Methods inherited from class org.ujmp.core.collections.map.AbstractMap
containsKey, containsValue, entrySet, get, getAsString, isEmpty, putAll, toString, values
-
-
DataMelt 3.0 © DataMelt by jWork.ORG