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

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

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

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