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

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

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

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