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

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

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

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