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

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

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

Methods in com.koloboke.collect.map.hash that return HashIntShortMap
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Consumer<IntShortConsumer> entriesSupplier)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Consumer<IntShortConsumer> entriesSupplier)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Consumer<IntShortConsumer> entriesSupplier, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Consumer<IntShortConsumer> entriesSupplier, int expectedSize)
          Constructs a new immutable map filled with mappings consumed by the callback within the given closure.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(int[] keys, short[] values)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(int[] 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.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(int[] keys, short[] values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(int[] 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.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Integer[] keys, Short[] values)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Integer[] 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.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Integer[] keys, Short[] values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Integer[] 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.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Iterable<Integer> keys, Iterable<Short> values)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Iterable<Integer> 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.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Iterable<Integer> keys, Iterable<Short> values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Iterable<Integer> 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.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map)
          Constructs a new immutable map with the same mappings as the specified map.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newImmutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5, int expectedSize)
          Constructs a new immutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newImmutableMapOf(int k1, short v1)
           
static HashIntShortMap HashIntShortMaps.newImmutableMapOf(int k1, short v1)
          Constructs a new immutable map of the single specified mapping.
 HashIntShortMap HashIntShortMapFactory.newImmutableMapOf(int k1, short v1, int k2, short v2)
           
static HashIntShortMap HashIntShortMaps.newImmutableMapOf(int k1, short v1, int k2, short v2)
          Constructs a new immutable map of the two specified mappings.
 HashIntShortMap HashIntShortMapFactory.newImmutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3)
           
static HashIntShortMap HashIntShortMaps.newImmutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3)
          Constructs a new immutable map of the three specified mappings.
 HashIntShortMap HashIntShortMapFactory.newImmutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4)
           
static HashIntShortMap HashIntShortMaps.newImmutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4)
          Constructs a new immutable map of the four specified mappings.
 HashIntShortMap HashIntShortMapFactory.newImmutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4, int k5, short v5)
           
static HashIntShortMap HashIntShortMaps.newImmutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4, int k5, short v5)
          Constructs a new immutable map of the five specified mappings.
 HashIntShortMap HashIntShortMapFactory.newMutableMap()
           
static HashIntShortMap HashIntShortMaps.newMutableMap()
          Constructs a new empty mutable map of the default expected size.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Consumer<IntShortConsumer> entriesSupplier)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Consumer<IntShortConsumer> entriesSupplier)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Consumer<IntShortConsumer> entriesSupplier, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Consumer<IntShortConsumer> entriesSupplier, int expectedSize)
          Constructs a new mutable map filled with mappings consumed by the callback within the given closure.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(int expectedSize)
          Constructs a new empty mutable map of the given expected size.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(int[] keys, short[] values)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(int[] 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.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(int[] keys, short[] values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(int[] 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.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Integer[] keys, Short[] values)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Integer[] 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.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Integer[] keys, Short[] values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Integer[] 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.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Iterable<Integer> keys, Iterable<Short> values)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Iterable<Integer> 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.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Iterable<Integer> keys, Iterable<Short> values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Iterable<Integer> 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.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map)
          Constructs a new mutable map with the same mappings as the specified map.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newMutableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5, int expectedSize)
          Constructs a new mutable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newMutableMapOf(int k1, short v1)
           
static HashIntShortMap HashIntShortMaps.newMutableMapOf(int k1, short v1)
          Constructs a new mutable map of the single specified mapping.
 HashIntShortMap HashIntShortMapFactory.newMutableMapOf(int k1, short v1, int k2, short v2)
           
static HashIntShortMap HashIntShortMaps.newMutableMapOf(int k1, short v1, int k2, short v2)
          Constructs a new mutable map of the two specified mappings.
 HashIntShortMap HashIntShortMapFactory.newMutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3)
           
static HashIntShortMap HashIntShortMaps.newMutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3)
          Constructs a new mutable map of the three specified mappings.
 HashIntShortMap HashIntShortMapFactory.newMutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4)
           
static HashIntShortMap HashIntShortMaps.newMutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4)
          Constructs a new mutable map of the four specified mappings.
 HashIntShortMap HashIntShortMapFactory.newMutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4, int k5, short v5)
           
static HashIntShortMap HashIntShortMaps.newMutableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4, int k5, short v5)
          Constructs a new mutable map of the five specified mappings.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap()
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap()
          Constructs a new empty updatable map of the default expected size.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier, int expectedSize)
          Constructs a new updatable map filled with mappings consumed by the callback within the given closure.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(int expectedSize)
          Constructs a new empty updatable map of the given expected size.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(int[] keys, short[] values)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(int[] 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.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(int[] keys, short[] values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(int[] 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.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Integer[] keys, Short[] values)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Integer[] 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.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Integer[] keys, Short[] values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Integer[] 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.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Iterable<Integer> keys, Iterable<Short> values)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Iterable<Integer> 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.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Iterable<Integer> keys, Iterable<Short> values, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Iterable<Integer> 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.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map)
          Constructs a new updatable map with the same mappings as the specified map.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5, int expectedSize)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMap(Map<Integer,Short> map1, Map<Integer,Short> map2, Map<Integer,Short> map3, Map<Integer,Short> map4, Map<Integer,Short> map5, int expectedSize)
          Constructs a new updatable map which merge the mappings of the specified maps.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMapOf(int k1, short v1)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMapOf(int k1, short v1)
          Constructs a new updatable map of the single specified mapping.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMapOf(int k1, short v1, int k2, short v2)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMapOf(int k1, short v1, int k2, short v2)
          Constructs a new updatable map of the two specified mappings.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMapOf(int k1, short v1, int k2, short v2, int k3, short v3)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMapOf(int k1, short v1, int k2, short v2, int k3, short v3)
          Constructs a new updatable map of the three specified mappings.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4)
          Constructs a new updatable map of the four specified mappings.
 HashIntShortMap HashIntShortMapFactory.newUpdatableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4, int k5, short v5)
           
static HashIntShortMap HashIntShortMaps.newUpdatableMapOf(int k1, short v1, int k2, short v2, int k3, short v3, int k4, short v4, int k5, short v5)
          Constructs a new updatable map of the five specified mappings.