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

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

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

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