org.ujmp.core.collections
Class SoftHashMapList<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.ujmp.core.collections.AbstractMap<K,V>
org.ujmp.core.collections.SoftHashMap<K,V>
org.ujmp.core.collections.SoftHashMapList<K,V>
- All Implemented Interfaces:
- Serializable, Map<K,V>
public class SoftHashMapList<K,V>
- extends SoftHashMap<K,V>
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
SoftHashMapList
public SoftHashMapList()
SoftHashMapList
public SoftHashMapList(Map<? extends K,? extends V> m)
put
public V put(K key,
V value)
- Specified by:
put
in interface Map<K,V>
- Overrides:
put
in class SoftHashMap<K,V>
indexOf
public int indexOf(V value)
get
public V get(int index)
remove
public V remove(Object key)
- Specified by:
remove
in interface Map<K,V>
- Overrides:
remove
in class SoftHashMap<K,V>
Copyright © 2010. All Rights Reserved.