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

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

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

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