public interface HashIntDoubleMapFactory extends IntDoubleMapFactory<HashIntDoubleMapFactory>, IntHashFactory<HashIntDoubleMapFactory>
HashIntDoubleMap
s.Modifier and Type | Method and Description |
---|---|
HashIntDoubleMap |
newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
HashIntDoubleMap |
newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
HashIntDoubleMap |
newImmutableMap(int[] keys,
double[] values)
Constructs a new immutable map with the given mappings, i.
|
HashIntDoubleMap |
newImmutableMap(int[] keys,
double[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashIntDoubleMap |
newImmutableMap(Integer[] keys,
Double[] values)
Constructs a new immutable map with the given mappings, i.
|
HashIntDoubleMap |
newImmutableMap(Integer[] keys,
Double[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashIntDoubleMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Double> values)
Constructs a new immutable map with the given mappings, i.
|
HashIntDoubleMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map)
Constructs a new immutable map with the same mappings as the specified
map . |
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1)
Constructs a new immutable map of the single specified mapping.
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2)
Constructs a new immutable map of the two specified mappings.
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
Constructs a new immutable map of the three specified mappings.
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
Constructs a new immutable map of the four specified mappings.
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
Constructs a new immutable map of the five specified mappings.
|
HashIntDoubleMap |
newMutableMap()
Constructs a new empty mutable map of the default expected size.
|
HashIntDoubleMap |
newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
HashIntDoubleMap |
newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
HashIntDoubleMap |
newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size.
|
HashIntDoubleMap |
newMutableMap(int[] keys,
double[] values)
Constructs a new mutable map with the given mappings, i.
|
HashIntDoubleMap |
newMutableMap(int[] keys,
double[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashIntDoubleMap |
newMutableMap(Integer[] keys,
Double[] values)
Constructs a new mutable map with the given mappings, i.
|
HashIntDoubleMap |
newMutableMap(Integer[] keys,
Double[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashIntDoubleMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Double> values)
Constructs a new mutable map with the given mappings, i.
|
HashIntDoubleMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map)
Constructs a new mutable map with the same mappings as the specified
map . |
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1)
Constructs a new mutable map of the single specified mapping.
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2)
Constructs a new mutable map of the two specified mappings.
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
Constructs a new mutable map of the three specified mappings.
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
Constructs a new mutable map of the four specified mappings.
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
Constructs a new mutable map of the five specified mappings.
|
HashIntDoubleMap |
newUpdatableMap()
Constructs a new empty updatable map of the default expected size.
|
HashIntDoubleMap |
newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
HashIntDoubleMap |
newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
HashIntDoubleMap |
newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size.
|
HashIntDoubleMap |
newUpdatableMap(int[] keys,
double[] values)
Constructs a new updatable map with the given mappings, i.
|
HashIntDoubleMap |
newUpdatableMap(int[] keys,
double[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashIntDoubleMap |
newUpdatableMap(Integer[] keys,
Double[] values)
Constructs a new updatable map with the given mappings, i.
|
HashIntDoubleMap |
newUpdatableMap(Integer[] keys,
Double[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashIntDoubleMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Double> values)
Constructs a new updatable map with the given mappings, i.
|
HashIntDoubleMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map)
Constructs a new updatable map with the same mappings as the specified
map . |
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1)
Constructs a new updatable map of the single specified mapping.
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2)
Constructs a new updatable map of the two specified mappings.
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
Constructs a new updatable map of the three specified mappings.
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
Constructs a new updatable map of the four specified mappings.
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
Constructs a new updatable map of the five specified mappings.
|
getDefaultValue, withDefaultValue
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement
getHashConfig, withHashConfig
getDefaultExpectedSize, withDefaultExpectedSize
@Nonnull HashIntDoubleMap newMutableMap()
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
@Nonnull HashIntDoubleMap newMutableMap(int expectedSize)
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
expectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, int expectedSize)
IntDoubleMapFactory
map2
have priority over mappings from the map1
with
the same keys.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, int expectedSize)
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, int expectedSize)
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, @Nonnull Map<Integer,Double> map5, int expectedSize)
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergemap5
- the fifth map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Consumer<IntDoubleConsumer> entriesSupplier, int expectedSize)
IntDoubleMapFactory
Example: TODO
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
entriesSupplier
- the function which supply mappings for the returned map via
the callback passed inexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull int[] keys, @Nonnull double[] values, int expectedSize)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same indexexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Integer[] keys, @Nonnull Double[] values, int expectedSize)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same indexexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Iterable<Integer> keys, @Nonnull Iterable<Double> values, int expectedSize)
IntDoubleMapFactory
keys
and values
iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
iterable at the same iteration positionexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map)
IntDoubleMapFactory
map
.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map
- the map whose mappings are to be placed in the returned mapmap
@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2)
IntDoubleMapFactory
map2
have priority over mappings from the map1
with
the same keys.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to merge@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3)
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to merge@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4)
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to merge@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, @Nonnull Map<Integer,Double> map5)
IntDoubleMapFactory
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergemap5
- the fifth map to merge@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Consumer<IntDoubleConsumer> entriesSupplier)
IntDoubleMapFactory
Example: TODO
newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
entriesSupplier
- the function which supply mappings for the returned map via
the callback passed in@Nonnull HashIntDoubleMap newMutableMap(@Nonnull int[] keys, @Nonnull double[] values)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same index@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Integer[] keys, @Nonnull Double[] values)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same index@Nonnull HashIntDoubleMap newMutableMap(@Nonnull Iterable<Integer> keys, @Nonnull Iterable<Double> values)
IntDoubleMapFactory
keys
and values
iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.newMutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
iterable at the same iteration position@Nonnull HashIntDoubleMap newMutableMapOf(int k1, double v1)
IntDoubleMapFactory
newMutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the sole mappingv1
- the value of the sole mapping@Nonnull HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2)
IntDoubleMapFactory
newMutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mapping@Nonnull HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3)
IntDoubleMapFactory
newMutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mapping@Nonnull HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4)
IntDoubleMapFactory
newMutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mappingk4
- the key of the fourth mappingv4
- the value of the fourth mapping@Nonnull HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4, int k5, double v5)
IntDoubleMapFactory
newMutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mappingk4
- the key of the fourth mappingv4
- the value of the fourth mappingk5
- the key of the fifth mappingv5
- the value of the fifth mapping@Nonnull HashIntDoubleMap newUpdatableMap()
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
@Nonnull HashIntDoubleMap newUpdatableMap(int expectedSize)
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
expectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, int expectedSize)
IntDoubleMapFactory
map2
have priority over mappings from the map1
with
the same keys.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, int expectedSize)
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, int expectedSize)
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, @Nonnull Map<Integer,Double> map5, int expectedSize)
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergemap5
- the fifth map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Consumer<IntDoubleConsumer> entriesSupplier, int expectedSize)
IntDoubleMapFactory
Example: TODO
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
entriesSupplier
- the function which supply mappings for the returned map via
the callback passed inexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull int[] keys, @Nonnull double[] values, int expectedSize)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same indexexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Integer[] keys, @Nonnull Double[] values, int expectedSize)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same indexexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Iterable<Integer> keys, @Nonnull Iterable<Double> values, int expectedSize)
IntDoubleMapFactory
keys
and values
iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
iterable at the same iteration positionexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map)
IntDoubleMapFactory
map
.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map
- the map whose mappings are to be placed in the returned mapmap
@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2)
IntDoubleMapFactory
map2
have priority over mappings from the map1
with
the same keys.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to merge@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3)
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to merge@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4)
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to merge@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, @Nonnull Map<Integer,Double> map5)
IntDoubleMapFactory
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergemap5
- the fifth map to merge@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Consumer<IntDoubleConsumer> entriesSupplier)
IntDoubleMapFactory
Example: TODO
newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
entriesSupplier
- the function which supply mappings for the returned map via
the callback passed in@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull int[] keys, @Nonnull double[] values)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same index@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Integer[] keys, @Nonnull Double[] values)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same index@Nonnull HashIntDoubleMap newUpdatableMap(@Nonnull Iterable<Integer> keys, @Nonnull Iterable<Double> values)
IntDoubleMapFactory
keys
and values
iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.newUpdatableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
iterable at the same iteration position@Nonnull HashIntDoubleMap newUpdatableMapOf(int k1, double v1)
IntDoubleMapFactory
newUpdatableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the sole mappingv1
- the value of the sole mapping@Nonnull HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2)
IntDoubleMapFactory
newUpdatableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mapping@Nonnull HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2, int k3, double v3)
IntDoubleMapFactory
newUpdatableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mapping@Nonnull HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4)
IntDoubleMapFactory
newUpdatableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mappingk4
- the key of the fourth mappingv4
- the value of the fourth mapping@Nonnull HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4, int k5, double v5)
IntDoubleMapFactory
newUpdatableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mappingk4
- the key of the fourth mappingv4
- the value of the fourth mappingk5
- the key of the fifth mappingv5
- the value of the fifth mapping@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, int expectedSize)
IntDoubleMapFactory
map2
have priority over mappings from the map1
with
the same keys.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, int expectedSize)
IntDoubleMapFactory
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, int expectedSize)
IntDoubleMapFactory
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, @Nonnull Map<Integer,Double> map5, int expectedSize)
IntDoubleMapFactory
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergemap5
- the fifth map to mergeexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Consumer<IntDoubleConsumer> entriesSupplier, int expectedSize)
IntDoubleMapFactory
Example: TODO
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
entriesSupplier
- the function which supply mappings for the returned map via
the callback passed inexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull int[] keys, @Nonnull double[] values, int expectedSize)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same indexexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Integer[] keys, @Nonnull Double[] values, int expectedSize)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same indexexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Iterable<Integer> keys, @Nonnull Iterable<Double> values, int expectedSize)
IntDoubleMapFactory
keys
and values
iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
iterable at the same iteration positionexpectedSize
- the expected size of the returned map@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map)
IntDoubleMapFactory
map
.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map
- the map whose mappings are to be placed in the returned mapmap
@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2)
IntDoubleMapFactory
map2
have priority over mappings from the map1
with
the same keys.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to merge@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3)
IntDoubleMapFactory
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to merge@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4)
IntDoubleMapFactory
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to merge@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Map<Integer,Double> map1, @Nonnull Map<Integer,Double> map2, @Nonnull Map<Integer,Double> map3, @Nonnull Map<Integer,Double> map4, @Nonnull Map<Integer,Double> map5)
IntDoubleMapFactory
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
map1
- the first map to mergemap2
- the second map to mergemap3
- the third map to mergemap4
- the fourth map to mergemap5
- the fifth map to merge@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Consumer<IntDoubleConsumer> entriesSupplier)
IntDoubleMapFactory
Example: TODO
newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
entriesSupplier
- the function which supply mappings for the returned map via
the callback passed in@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull int[] keys, @Nonnull double[] values)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same index@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Integer[] keys, @Nonnull Double[] values)
IntDoubleMapFactory
keys
and values
arrays at the same index. If keys
array have
duplicate elements, value corresponding the key with the highest index is left
in the returned map.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
array at the same index@Nonnull HashIntDoubleMap newImmutableMap(@Nonnull Iterable<Integer> keys, @Nonnull Iterable<Double> values)
IntDoubleMapFactory
keys
and values
iterables at the same iteration position. If keys
have duplicate elements, value corresponding the key appeared last in the iteration is left
in the returned map.newImmutableMap
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
keys
- the keys of the returned mapvalues
- the values of the returned map, each value is associated with the element
of the keys
iterable at the same iteration position@Nonnull HashIntDoubleMap newImmutableMapOf(int k1, double v1)
IntDoubleMapFactory
newImmutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the sole mappingv1
- the value of the sole mapping@Nonnull HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2)
IntDoubleMapFactory
newImmutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mapping@Nonnull HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3)
IntDoubleMapFactory
newImmutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mapping@Nonnull HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4)
IntDoubleMapFactory
newImmutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mappingk4
- the key of the fourth mappingv4
- the value of the fourth mapping@Nonnull HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4, int k5, double v5)
IntDoubleMapFactory
newImmutableMapOf
in interface IntDoubleMapFactory<HashIntDoubleMapFactory>
k1
- the key of the first mappingv1
- the value of the first mappingk2
- the key of the second mappingv2
- the value of the second mappingk3
- the key of the third mappingv3
- the value of the third mappingk4
- the key of the fourth mappingv4
- the value of the fourth mappingk5
- the key of the fifth mappingv5
- the value of the fifth mapping