Package 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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SoftHashMapList()
SoftHashMapList(java.util.Map<? extends K,? extends V> m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(int index)
int
indexOf(V value)
V
put(K key, V value)
V
remove(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
beforeReadObject, beforeWriteObject, containsKey, containsValue, entrySet, get, getAsString, isEmpty, putAll, toString, values
-
-