Documentation of 'org.ujmp.core.collections.SoftHashMapList' Java class
SoftHashMapList
org.ujmp.core.collections

Class 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

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K,V>
    • Constructor Detail

      • SoftHashMapList

        public SoftHashMapList()
      • SoftHashMapList

        public SoftHashMapList(java.util.Map<? extends K,? extends V> m)
    • Method Detail

      • put

        public V put(K key,
                     V value)
        Specified by:
        put in interface java.util.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(java.lang.Object key)
        Specified by:
        remove in interface java.util.Map<K,V>
        Overrides:
        remove in class SoftHashMap<K,V>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.