org.ujmp.core.collections
Class SoftHashMapList<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.ujmp.core.collections.AbstractMap<K,V>
          extended by org.ujmp.core.collections.SoftHashMap<K,V>
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
SoftHashMapList()
           
SoftHashMapList(Map<? extends K,? extends V> m)
           
 
Method Summary
 V get(int index)
           
 int indexOf(V value)
           
 V put(K key, V value)
           
 V remove(Object key)
           
 
Methods inherited from class org.ujmp.core.collections.SoftHashMap
clear, get, keySet, size
 
Methods inherited from class org.ujmp.core.collections.AbstractMap
containsKey, containsValue, entrySet, isEmpty, putAll, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoftHashMapList

public SoftHashMapList()

SoftHashMapList

public SoftHashMapList(Map<? extends K,? extends V> m)
Method Detail

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.