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

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

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

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