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

Class HashMapList<K,V>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>


    public class HashMapList<K,V>
    extends java.util.HashMap<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 Summary

      Constructors 
      Constructor and Description
      HashMapList() 
      HashMapList(java.util.Map<? extends K,? extends V> m) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and 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 java.util.HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        equals, hashCode
    • Constructor Detail

      • HashMapList

        public HashMapList()
      • HashMapList

        public HashMapList(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 java.util.HashMap<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 java.util.HashMap<K,V>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.