net.openhft.collect.map.hash
Interface HashDoubleIntMapFactory

All Superinterfaces:
DoubleIntMapFactory, HashContainerFactory<HashDoubleIntMapFactory>

public interface HashDoubleIntMapFactory
extends DoubleIntMapFactory, HashContainerFactory<HashDoubleIntMapFactory>

An immutable factory of HashDoubleIntMaps

See Also:
HashDoubleIntMap, HashDoubleIntMaps.getDefaultFactory()

Method Summary
 HashDoubleIntMap newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier)
           
 HashDoubleIntMap newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier, int expectedSize)
           
 HashDoubleIntMap newImmutableMap(double[] keys, int[] values)
           
 HashDoubleIntMap newImmutableMap(double[] keys, int[] values, int expectedSize)
           
 HashDoubleIntMap newImmutableMap(Double[] keys, Integer[] values)
           
 HashDoubleIntMap newImmutableMap(Double[] keys, Integer[] values, int expectedSize)
           
 HashDoubleIntMap newImmutableMap(Iterable<Double> keys, Iterable<Integer> values)
           
 HashDoubleIntMap newImmutableMap(Iterable<Double> keys, Iterable<Integer> values, int expectedSize)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, int expectedSize)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, int expectedSize)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, int expectedSize)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, Map<Double,Integer> map5)
           
 HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, Map<Double,Integer> map5, int expectedSize)
           
 HashDoubleIntMap newImmutableMapOf(double k1, int v1)
           
 HashDoubleIntMap newImmutableMapOf(double k1, int v1, double k2, int v2)
           
 HashDoubleIntMap newImmutableMapOf(double k1, int v1, double k2, int v2, double k3, int v3)
           
 HashDoubleIntMap newImmutableMapOf(double k1, int v1, double k2, int v2, double k3, int v3, double k4, int v4)
           
 HashDoubleIntMap newImmutableMapOf(double k1, int v1, double k2, int v2, double k3, int v3, double k4, int v4, double k5, int v5)
           
 HashDoubleIntMap newMutableMap()
           
 HashDoubleIntMap newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier)
           
 HashDoubleIntMap newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier, int expectedSize)
           
 HashDoubleIntMap newMutableMap(double[] keys, int[] values)
           
 HashDoubleIntMap newMutableMap(double[] keys, int[] values, int expectedSize)
           
 HashDoubleIntMap newMutableMap(Double[] keys, Integer[] values)
           
 HashDoubleIntMap newMutableMap(Double[] keys, Integer[] values, int expectedSize)
           
 HashDoubleIntMap newMutableMap(int expectedSize)
           
 HashDoubleIntMap newMutableMap(Iterable<Double> keys, Iterable<Integer> values)
           
 HashDoubleIntMap newMutableMap(Iterable<Double> keys, Iterable<Integer> values, int expectedSize)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, int expectedSize)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, int expectedSize)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, int expectedSize)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, Map<Double,Integer> map5)
           
 HashDoubleIntMap newMutableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, Map<Double,Integer> map5, int expectedSize)
           
 HashDoubleIntMap newMutableMapOf(double k1, int v1)
           
 HashDoubleIntMap newMutableMapOf(double k1, int v1, double k2, int v2)
           
 HashDoubleIntMap newMutableMapOf(double k1, int v1, double k2, int v2, double k3, int v3)
           
 HashDoubleIntMap newMutableMapOf(double k1, int v1, double k2, int v2, double k3, int v3, double k4, int v4)
           
 HashDoubleIntMap newMutableMapOf(double k1, int v1, double k2, int v2, double k3, int v3, double k4, int v4, double k5, int v5)
           
 HashDoubleIntMap newUpdatableMap()
           
 HashDoubleIntMap newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier)
           
 HashDoubleIntMap newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier, int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(double[] keys, int[] values)
           
 HashDoubleIntMap newUpdatableMap(double[] keys, int[] values, int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(Double[] keys, Integer[] values)
           
 HashDoubleIntMap newUpdatableMap(Double[] keys, Integer[] values, int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(Iterable<Double> keys, Iterable<Integer> values)
           
 HashDoubleIntMap newUpdatableMap(Iterable<Double> keys, Iterable<Integer> values, int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, int expectedSize)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, Map<Double,Integer> map5)
           
 HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1, Map<Double,Integer> map2, Map<Double,Integer> map3, Map<Double,Integer> map4, Map<Double,Integer> map5, int expectedSize)
           
 HashDoubleIntMap newUpdatableMapOf(double k1, int v1)
           
 HashDoubleIntMap newUpdatableMapOf(double k1, int v1, double k2, int v2)
           
 HashDoubleIntMap newUpdatableMapOf(double k1, int v1, double k2, int v2, double k3, int v3)
           
 HashDoubleIntMap newUpdatableMapOf(double k1, int v1, double k2, int v2, double k3, int v3, double k4, int v4)
           
 HashDoubleIntMap newUpdatableMapOf(double k1, int v1, double k2, int v2, double k3, int v3, double k4, int v4, double k5, int v5)
           
 HashDoubleIntMapFactory withDefaultValue(int defaultValue)
           
 
Methods inherited from interface net.openhft.collect.map.DoubleIntMapFactory
getDefaultValue
 
Methods inherited from interface net.openhft.collect.hash.HashContainerFactory
getDefaultExpectedSize, getHashConfig, withDefaultExpectedSize, withHashConfig
 

Method Detail

withDefaultValue

HashDoubleIntMapFactory withDefaultValue(int defaultValue)
Specified by:
withDefaultValue in interface DoubleIntMapFactory
See Also:
DoubleIntMap.defaultValue()

newMutableMap

HashDoubleIntMap newMutableMap()
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2,
                               Map<Double,Integer> map3,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2,
                               Map<Double,Integer> map3,
                               Map<Double,Integer> map4,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2,
                               Map<Double,Integer> map3,
                               Map<Double,Integer> map4,
                               Map<Double,Integer> map5,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2,
                               Map<Double,Integer> map3)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2,
                               Map<Double,Integer> map3,
                               Map<Double,Integer> map4)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Map<Double,Integer> map1,
                               Map<Double,Integer> map2,
                               Map<Double,Integer> map3,
                               Map<Double,Integer> map4,
                               Map<Double,Integer> map5)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Consumer<DoubleIntConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(double[] keys,
                               int[] values)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(double[] keys,
                               int[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Double[] keys,
                               Integer[] values)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Double[] keys,
                               Integer[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Iterable<Double> keys,
                               Iterable<Integer> values)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMap

HashDoubleIntMap newMutableMap(Iterable<Double> keys,
                               Iterable<Integer> values,
                               int expectedSize)
Specified by:
newMutableMap in interface DoubleIntMapFactory

newMutableMapOf

HashDoubleIntMap newMutableMapOf(double k1,
                                 int v1)
Specified by:
newMutableMapOf in interface DoubleIntMapFactory

newMutableMapOf

HashDoubleIntMap newMutableMapOf(double k1,
                                 int v1,
                                 double k2,
                                 int v2)
Specified by:
newMutableMapOf in interface DoubleIntMapFactory

newMutableMapOf

HashDoubleIntMap newMutableMapOf(double k1,
                                 int v1,
                                 double k2,
                                 int v2,
                                 double k3,
                                 int v3)
Specified by:
newMutableMapOf in interface DoubleIntMapFactory

newMutableMapOf

HashDoubleIntMap newMutableMapOf(double k1,
                                 int v1,
                                 double k2,
                                 int v2,
                                 double k3,
                                 int v3,
                                 double k4,
                                 int v4)
Specified by:
newMutableMapOf in interface DoubleIntMapFactory

newMutableMapOf

HashDoubleIntMap newMutableMapOf(double k1,
                                 int v1,
                                 double k2,
                                 int v2,
                                 double k3,
                                 int v3,
                                 double k4,
                                 int v4,
                                 double k5,
                                 int v5)
Specified by:
newMutableMapOf in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap()
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4,
                                 Map<Double,Integer> map5,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4,
                                 Map<Double,Integer> map5)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Consumer<DoubleIntConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(double[] keys,
                                 int[] values)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(double[] keys,
                                 int[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Double[] keys,
                                 Integer[] values)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Double[] keys,
                                 Integer[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Iterable<Double> keys,
                                 Iterable<Integer> values)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMap

HashDoubleIntMap newUpdatableMap(Iterable<Double> keys,
                                 Iterable<Integer> values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface DoubleIntMapFactory

newUpdatableMapOf

HashDoubleIntMap newUpdatableMapOf(double k1,
                                   int v1)
Specified by:
newUpdatableMapOf in interface DoubleIntMapFactory

newUpdatableMapOf

HashDoubleIntMap newUpdatableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2)
Specified by:
newUpdatableMapOf in interface DoubleIntMapFactory

newUpdatableMapOf

HashDoubleIntMap newUpdatableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2,
                                   double k3,
                                   int v3)
Specified by:
newUpdatableMapOf in interface DoubleIntMapFactory

newUpdatableMapOf

HashDoubleIntMap newUpdatableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2,
                                   double k3,
                                   int v3,
                                   double k4,
                                   int v4)
Specified by:
newUpdatableMapOf in interface DoubleIntMapFactory

newUpdatableMapOf

HashDoubleIntMap newUpdatableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2,
                                   double k3,
                                   int v3,
                                   double k4,
                                   int v4,
                                   double k5,
                                   int v5)
Specified by:
newUpdatableMapOf in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4,
                                 Map<Double,Integer> map5,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Map<Double,Integer> map1,
                                 Map<Double,Integer> map2,
                                 Map<Double,Integer> map3,
                                 Map<Double,Integer> map4,
                                 Map<Double,Integer> map5)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Consumer<DoubleIntConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(double[] keys,
                                 int[] values)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(double[] keys,
                                 int[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Double[] keys,
                                 Integer[] values)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Double[] keys,
                                 Integer[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Iterable<Double> keys,
                                 Iterable<Integer> values)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMap

HashDoubleIntMap newImmutableMap(Iterable<Double> keys,
                                 Iterable<Integer> values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface DoubleIntMapFactory

newImmutableMapOf

HashDoubleIntMap newImmutableMapOf(double k1,
                                   int v1)
Specified by:
newImmutableMapOf in interface DoubleIntMapFactory

newImmutableMapOf

HashDoubleIntMap newImmutableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2)
Specified by:
newImmutableMapOf in interface DoubleIntMapFactory

newImmutableMapOf

HashDoubleIntMap newImmutableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2,
                                   double k3,
                                   int v3)
Specified by:
newImmutableMapOf in interface DoubleIntMapFactory

newImmutableMapOf

HashDoubleIntMap newImmutableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2,
                                   double k3,
                                   int v3,
                                   double k4,
                                   int v4)
Specified by:
newImmutableMapOf in interface DoubleIntMapFactory

newImmutableMapOf

HashDoubleIntMap newImmutableMapOf(double k1,
                                   int v1,
                                   double k2,
                                   int v2,
                                   double k3,
                                   int v3,
                                   double k4,
                                   int v4,
                                   double k5,
                                   int v5)
Specified by:
newImmutableMapOf in interface DoubleIntMapFactory