net.openhft.collect.map.hash
Interface HashIntDoubleMapFactory
- All Superinterfaces:
- HashContainerFactory<HashIntDoubleMapFactory>, IntDoubleMapFactory, IntHashFactory<HashIntDoubleMapFactory>
public interface HashIntDoubleMapFactory
- extends IntDoubleMapFactory, IntHashFactory<HashIntDoubleMapFactory>
An immutable factory of HashIntDoubleMaps
- See Also:
HashIntDoubleMap,
HashIntDoubleMaps.getDefaultFactory()
|
Method Summary |
HashIntDoubleMap |
newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
|
HashIntDoubleMap |
newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMap(int[] keys,
double[] values)
|
HashIntDoubleMap |
newImmutableMap(int[] keys,
double[] values,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMap(Integer[] keys,
Double[] values)
|
HashIntDoubleMap |
newImmutableMap(Integer[] keys,
Double[] values,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Double> values)
|
HashIntDoubleMap |
newImmutableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
|
HashIntDoubleMap |
newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1)
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2)
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
|
HashIntDoubleMap |
newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
|
HashIntDoubleMap |
newMutableMap()
|
HashIntDoubleMap |
newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
|
HashIntDoubleMap |
newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
|
HashIntDoubleMap |
newMutableMap(int expectedSize)
|
HashIntDoubleMap |
newMutableMap(int[] keys,
double[] values)
|
HashIntDoubleMap |
newMutableMap(int[] keys,
double[] values,
int expectedSize)
|
HashIntDoubleMap |
newMutableMap(Integer[] keys,
Double[] values)
|
HashIntDoubleMap |
newMutableMap(Integer[] keys,
Double[] values,
int expectedSize)
|
HashIntDoubleMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Double> values)
|
HashIntDoubleMap |
newMutableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
|
HashIntDoubleMap |
newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1)
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2)
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
|
HashIntDoubleMap |
newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
|
HashIntDoubleMap |
newUpdatableMap()
|
HashIntDoubleMap |
newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier)
|
HashIntDoubleMap |
newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(int[] keys,
double[] values)
|
HashIntDoubleMap |
newUpdatableMap(int[] keys,
double[] values,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(Integer[] keys,
Double[] values)
|
HashIntDoubleMap |
newUpdatableMap(Integer[] keys,
Double[] values,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Double> values)
|
HashIntDoubleMap |
newUpdatableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
|
HashIntDoubleMap |
newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1)
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2)
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
|
HashIntDoubleMap |
newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
|
HashIntDoubleMapFactory |
withDefaultValue(double defaultValue)
|
withDefaultValue
HashIntDoubleMapFactory withDefaultValue(double defaultValue)
- Specified by:
withDefaultValue in interface IntDoubleMapFactory
- See Also:
IntDoubleMap.defaultValue()
newMutableMap
HashIntDoubleMap newMutableMap()
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(int[] keys,
double[] values)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(int[] keys,
double[] values,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Integer[] keys,
Double[] values)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Integer[] keys,
Double[] values,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Iterable<Integer> keys,
Iterable<Double> values)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMap
HashIntDoubleMap newMutableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
- Specified by:
newMutableMap in interface IntDoubleMapFactory
newMutableMapOf
HashIntDoubleMap newMutableMapOf(int k1,
double v1)
- Specified by:
newMutableMapOf in interface IntDoubleMapFactory
newMutableMapOf
HashIntDoubleMap newMutableMapOf(int k1,
double v1,
int k2,
double v2)
- Specified by:
newMutableMapOf in interface IntDoubleMapFactory
newMutableMapOf
HashIntDoubleMap newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
- Specified by:
newMutableMapOf in interface IntDoubleMapFactory
newMutableMapOf
HashIntDoubleMap newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
- Specified by:
newMutableMapOf in interface IntDoubleMapFactory
newMutableMapOf
HashIntDoubleMap newMutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
- Specified by:
newMutableMapOf in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap()
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(int[] keys,
double[] values)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(int[] keys,
double[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Integer[] keys,
Double[] values)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Integer[] keys,
Double[] values,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Iterable<Integer> keys,
Iterable<Double> values)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMap
HashIntDoubleMap newUpdatableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
- Specified by:
newUpdatableMap in interface IntDoubleMapFactory
newUpdatableMapOf
HashIntDoubleMap newUpdatableMapOf(int k1,
double v1)
- Specified by:
newUpdatableMapOf in interface IntDoubleMapFactory
newUpdatableMapOf
HashIntDoubleMap newUpdatableMapOf(int k1,
double v1,
int k2,
double v2)
- Specified by:
newUpdatableMapOf in interface IntDoubleMapFactory
newUpdatableMapOf
HashIntDoubleMap newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
- Specified by:
newUpdatableMapOf in interface IntDoubleMapFactory
newUpdatableMapOf
HashIntDoubleMap newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
- Specified by:
newUpdatableMapOf in interface IntDoubleMapFactory
newUpdatableMapOf
HashIntDoubleMap newUpdatableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
- Specified by:
newUpdatableMapOf in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
Map<Integer,Double> map2,
Map<Integer,Double> map3,
Map<Integer,Double> map4,
Map<Integer,Double> map5)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(int[] keys,
double[] values)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(int[] keys,
double[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Integer[] keys,
Double[] values)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Integer[] keys,
Double[] values,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Iterable<Integer> keys,
Iterable<Double> values)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMap
HashIntDoubleMap newImmutableMap(Iterable<Integer> keys,
Iterable<Double> values,
int expectedSize)
- Specified by:
newImmutableMap in interface IntDoubleMapFactory
newImmutableMapOf
HashIntDoubleMap newImmutableMapOf(int k1,
double v1)
- Specified by:
newImmutableMapOf in interface IntDoubleMapFactory
newImmutableMapOf
HashIntDoubleMap newImmutableMapOf(int k1,
double v1,
int k2,
double v2)
- Specified by:
newImmutableMapOf in interface IntDoubleMapFactory
newImmutableMapOf
HashIntDoubleMap newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3)
- Specified by:
newImmutableMapOf in interface IntDoubleMapFactory
newImmutableMapOf
HashIntDoubleMap newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4)
- Specified by:
newImmutableMapOf in interface IntDoubleMapFactory
newImmutableMapOf
HashIntDoubleMap newImmutableMapOf(int k1,
double v1,
int k2,
double v2,
int k3,
double v3,
int k4,
double v4,
int k5,
double v5)
- Specified by:
newImmutableMapOf in interface IntDoubleMapFactory