|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HashIntDoubleMapFactory
An immutable factory of HashIntDoubleMaps.
HashIntDoubleMap,
HashIntDoubleMaps.getDefaultFactory(),
@KolobokeMap| Method Summary | |
|---|---|
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. e. pairs of elements from the keys and values arrays at the same index. |
HashIntDoubleMap |
newImmutableMap(int[] 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. |
HashIntDoubleMap |
newImmutableMap(Integer[] 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. |
HashIntDoubleMap |
newImmutableMap(Integer[] 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. |
HashIntDoubleMap |
newImmutableMap(Iterable<Integer> 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. |
HashIntDoubleMap |
newImmutableMap(Iterable<Integer> 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. |
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. e. pairs of elements from the keys and values arrays at the same index. |
HashIntDoubleMap |
newMutableMap(int[] 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. |
HashIntDoubleMap |
newMutableMap(Integer[] 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. |
HashIntDoubleMap |
newMutableMap(Integer[] 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. |
HashIntDoubleMap |
newMutableMap(Iterable<Integer> 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. |
HashIntDoubleMap |
newMutableMap(Iterable<Integer> 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. |
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. e. pairs of elements from the keys and values arrays at the same index. |
HashIntDoubleMap |
newUpdatableMap(int[] 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. |
HashIntDoubleMap |
newUpdatableMap(Integer[] 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. |
HashIntDoubleMap |
newUpdatableMap(Integer[] 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. |
HashIntDoubleMap |
newUpdatableMap(Iterable<Integer> 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. |
HashIntDoubleMap |
newUpdatableMap(Iterable<Integer> 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. |
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. |
| Methods inherited from interface com.koloboke.collect.map.IntDoubleMapFactory |
|---|
getDefaultValue, withDefaultValue |
| Methods inherited from interface com.koloboke.collect.hash.IntHashFactory |
|---|
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement |
| Methods inherited from interface com.koloboke.collect.hash.HashContainerFactory |
|---|
getHashConfig, withHashConfig |
| Methods inherited from interface com.koloboke.collect.ContainerFactory |
|---|
getDefaultExpectedSize, withDefaultExpectedSize |
| Method Detail |
|---|
@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)
IntDoubleMapFactorymap2 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)
IntDoubleMapFactoryExample: 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorymap.
newMutableMap in interface IntDoubleMapFactory<HashIntDoubleMapFactory>map - the map whose mappings are to be placed in the returned map
map
@Nonnull
HashIntDoubleMap newMutableMap(@Nonnull
Map<Integer,Double> map1,
@Nonnull
Map<Integer,Double> map2)
IntDoubleMapFactorymap2 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)
IntDoubleMapFactoryExample: 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorymap2 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)
IntDoubleMapFactoryExample: 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorymap.
newUpdatableMap in interface IntDoubleMapFactory<HashIntDoubleMapFactory>map - the map whose mappings are to be placed in the returned map
map
@Nonnull
HashIntDoubleMap newUpdatableMap(@Nonnull
Map<Integer,Double> map1,
@Nonnull
Map<Integer,Double> map2)
IntDoubleMapFactorymap2 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)
IntDoubleMapFactoryExample: 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorymap2 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)
IntDoubleMapFactoryExample: 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorymap.
newImmutableMap in interface IntDoubleMapFactory<HashIntDoubleMapFactory>map - the map whose mappings are to be placed in the returned map
map
@Nonnull
HashIntDoubleMap newImmutableMap(@Nonnull
Map<Integer,Double> map1,
@Nonnull
Map<Integer,Double> map2)
IntDoubleMapFactorymap2 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)
IntDoubleMapFactoryExample: 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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)
IntDoubleMapFactorykeys 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||