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