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

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

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

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