Uses of Interface
com.koloboke.collect.map.hash.HashObjShortMap

Packages that use HashObjShortMap
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

Uses of HashObjShortMap in com.koloboke.collect.map.hash
 

Methods in com.koloboke.collect.map.hash that return HashObjShortMap
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Consumer<ObjShortConsumer<K>> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Consumer<ObjShortConsumer<K>> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Consumer<ObjShortConsumer<K2>> entriesSupplier)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Consumer<ObjShortConsumer<K2>> entriesSupplier, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Iterable<? extends K> keys, Iterable<Short> values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Iterable<? extends K> keys, Iterable<Short> values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Iterable<? extends K2> keys, Iterable<Short> values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Iterable<? extends K2> keys, Iterable<Short> values, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(K[] keys, short[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(K[] keys, Short[] values)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(K[] keys, short[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(K[] keys, Short[] values, int expectedSize)
          Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(K2[] keys, short[] values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(K2[] keys, Short[] values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(K2[] keys, short[] values, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(K2[] keys, Short[] values, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, Map<? extends K2,Short> map5)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, Map<? extends K2,Short> map5, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map)
          Constructs a new immutable map with the same mappings as the specified map.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map, int expectedSize)
          Constructs a new immutable map with the same mappings as the specified map.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, Map<? extends K,Short> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, Map<? extends K,Short> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMapOf(K2 k1, short v1)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMapOf(K2 k1, short v1, K2 k2, short v2)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3, K2 k4, short v4)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newImmutableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3, K2 k4, short v4, K2 k5, short v5)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMapOf(K k1, short v1)
          Constructs a new immutable map of the single specified mapping.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMapOf(K k1, short v1, K k2, short v2)
          Constructs a new immutable map of the two specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMapOf(K k1, short v1, K k2, short v2, K k3, short v3)
          Constructs a new immutable map of the three specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMapOf(K k1, short v1, K k2, short v2, K k3, short v3, K k4, short v4)
          Constructs a new immutable map of the four specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newImmutableMapOf(K k1, short v1, K k2, short v2, K k3, short v3, K k4, short v4, K k5, short v5)
          Constructs a new immutable map of the five specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap()
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Consumer<ObjShortConsumer<K>> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Consumer<ObjShortConsumer<K>> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Consumer<ObjShortConsumer<K2>> entriesSupplier)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Consumer<ObjShortConsumer<K2>> entriesSupplier, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Iterable<? extends K> keys, Iterable<Short> values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Iterable<? extends K> keys, Iterable<Short> values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Iterable<? extends K2> keys, Iterable<Short> values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Iterable<? extends K2> keys, Iterable<Short> values, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(K[] keys, short[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(K[] keys, Short[] values)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(K[] keys, short[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(K[] keys, Short[] values, int expectedSize)
          Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(K2[] keys, short[] values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(K2[] keys, Short[] values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(K2[] keys, short[] values, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(K2[] keys, Short[] values, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, Map<? extends K2,Short> map5)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, Map<? extends K2,Short> map5, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map)
          Constructs a new mutable map with the same mappings as the specified map.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map, int expectedSize)
          Constructs a new mutable map with the same mappings as the specified map.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, Map<? extends K,Short> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, Map<? extends K,Short> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMapOf(K2 k1, short v1)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMapOf(K2 k1, short v1, K2 k2, short v2)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3, K2 k4, short v4)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newMutableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3, K2 k4, short v4, K2 k5, short v5)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMapOf(K k1, short v1)
          Constructs a new mutable map of the single specified mapping.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMapOf(K k1, short v1, K k2, short v2)
          Constructs a new mutable map of the two specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMapOf(K k1, short v1, K k2, short v2, K k3, short v3)
          Constructs a new mutable map of the three specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMapOf(K k1, short v1, K k2, short v2, K k3, short v3, K k4, short v4)
          Constructs a new mutable map of the four specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newMutableMapOf(K k1, short v1, K k2, short v2, K k3, short v3, K k4, short v4, K k5, short v5)
          Constructs a new mutable map of the five specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap()
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Consumer<ObjShortConsumer<K>> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Consumer<ObjShortConsumer<K>> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Consumer<ObjShortConsumer<K2>> entriesSupplier)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Consumer<ObjShortConsumer<K2>> entriesSupplier, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Iterable<? extends K> keys, Iterable<Short> values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Iterable<? extends K> keys, Iterable<Short> values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Iterable<? extends K2> keys, Iterable<Short> values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Iterable<? extends K2> keys, Iterable<Short> values, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(K[] keys, short[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(K[] keys, Short[] values)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(K[] keys, short[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(K[] keys, Short[] values, int expectedSize)
          Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(K2[] keys, short[] values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(K2[] keys, Short[] values)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(K2[] keys, short[] values, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(K2[] keys, Short[] values, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, int expectedSize)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, Map<? extends K2,Short> map5)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMap(Map<? extends K2,Short> map1, Map<? extends K2,Short> map2, Map<? extends K2,Short> map3, Map<? extends K2,Short> map4, Map<? extends K2,Short> map5, int expectedSize)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map)
          Constructs a new updatable map with the same mappings as the specified map.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map, int expectedSize)
          Constructs a new updatable map with the same mappings as the specified map.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, Map<? extends K,Short> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMap(Map<? extends K,Short> map1, Map<? extends K,Short> map2, Map<? extends K,Short> map3, Map<? extends K,Short> map4, Map<? extends K,Short> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMapOf(K2 k1, short v1)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMapOf(K2 k1, short v1, K2 k2, short v2)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3, K2 k4, short v4)
           
<K2 extends K>
HashObjShortMap<K2>
HashObjShortMapFactory.newUpdatableMapOf(K2 k1, short v1, K2 k2, short v2, K2 k3, short v3, K2 k4, short v4, K2 k5, short v5)
           
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMapOf(K k1, short v1)
          Constructs a new updatable map of the single specified mapping.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMapOf(K k1, short v1, K k2, short v2)
          Constructs a new updatable map of the two specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMapOf(K k1, short v1, K k2, short v2, K k3, short v3)
          Constructs a new updatable map of the three specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMapOf(K k1, short v1, K k2, short v2, K k3, short v3, K k4, short v4)
          Constructs a new updatable map of the four specified mappings.
static
<K> HashObjShortMap<K>
HashObjShortMaps.newUpdatableMapOf(K k1, short v1, K k2, short v2, K k3, short v3, K k4, short v4, K k5, short v5)
          Constructs a new updatable map of the five specified mappings.