Class HashMapAbstractState<KeyT,​AbstractSpaceT extends LatticeAbstractState<AbstractSpaceT>>

    • Nested Class Summary

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

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

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HashMapAbstractState<KeyT,​AbstractSpaceT> copy()
      Creates a copy of itself.
      • Methods inherited from class java.util.HashMap

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

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

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

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Constructor Detail

      • HashMapAbstractState

        public HashMapAbstractState()
        Create an empty hash map abstract state.
      • HashMapAbstractState

        public HashMapAbstractState​(int initialCapacity)
        Create an empty hash map abstract state with reserved initial capacity.
        Parameters:
        initialCapacity - the initial capacity of the hash table
      • HashMapAbstractState

        public HashMapAbstractState​(java.util.Map<? extends KeyT,​? extends AbstractSpaceT> m)
        Create a hash map abstract state from another map.
        Parameters:
        m - map which elements are used for initialization