org.ujmp.core.collections
Class SoftHashMapList<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>
-
- org.ujmp.core.collections.SoftHashMapList<K,V>
-
- All Implemented Interfaces:
- java.io.Serializable, java.util.Map<K,V>
public class SoftHashMapList<K,V> extends SoftHashMap<K,V>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor and Description SoftHashMapList()SoftHashMapList(java.util.Map<? extends K,? extends V> m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Vget(int index)intindexOf(V value)Vput(K key, V value)Vremove(java.lang.Object key)-
Methods inherited from class org.ujmp.core.collections.map.SoftHashMap
clear, get, keySet, size
-
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