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

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

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

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