类 HashMapAbstractState<KeyT,​AbstractSpaceT extends AbstractState<AbstractSpaceT>>

    • 嵌套类概要

      • 从类继承的嵌套类/接口 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>
      • 从接口继承的嵌套类/接口 java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      HashMapAbstractState<KeyT,​AbstractSpaceT> copy()
      Creates a copy of itself.
      • 从类继承的方法 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
      • 从类继承的方法 java.util.AbstractMap

        equals, hashCode, toString
      • 从类继承的方法 java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • 从接口继承的方法 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
    • 构造器详细资料

      • 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.
        参数:
        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.
        参数:
        m - map which elements are used for initialization