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

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

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

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