net.openhft.collect.map.hash
Interface HashShortDoubleMapFactory

All Superinterfaces:
HashContainerFactory<HashShortDoubleMapFactory>, ShortDoubleMapFactory, ShortHashFactory<HashShortDoubleMapFactory>

public interface HashShortDoubleMapFactory
extends ShortDoubleMapFactory, ShortHashFactory<HashShortDoubleMapFactory>

An immutable factory of HashShortDoubleMaps

See Also:
HashShortDoubleMap, HashShortDoubleMaps.getDefaultFactory()

Method Summary
 HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
           
 HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier, int expectedSize)
           
 HashShortDoubleMap newImmutableMap(Iterable<Short> keys, Iterable<Double> values)
           
 HashShortDoubleMap newImmutableMap(Iterable<Short> keys, Iterable<Double> values, int expectedSize)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, int expectedSize)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, int expectedSize)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, int expectedSize)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5)
           
 HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5, int expectedSize)
           
 HashShortDoubleMap newImmutableMap(short[] keys, double[] values)
           
 HashShortDoubleMap newImmutableMap(Short[] keys, Double[] values)
           
 HashShortDoubleMap newImmutableMap(short[] keys, double[] values, int expectedSize)
           
 HashShortDoubleMap newImmutableMap(Short[] keys, Double[] values, int expectedSize)
           
 HashShortDoubleMap newImmutableMapOf(short k1, double v1)
           
 HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2)
           
 HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3)
           
 HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4)
           
 HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4, short k5, double v5)
           
 HashShortDoubleMap newMutableMap()
           
 HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
           
 HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier, int expectedSize)
           
 HashShortDoubleMap newMutableMap(int expectedSize)
           
 HashShortDoubleMap newMutableMap(Iterable<Short> keys, Iterable<Double> values)
           
 HashShortDoubleMap newMutableMap(Iterable<Short> keys, Iterable<Double> values, int expectedSize)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, int expectedSize)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, int expectedSize)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, int expectedSize)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5)
           
 HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5, int expectedSize)
           
 HashShortDoubleMap newMutableMap(short[] keys, double[] values)
           
 HashShortDoubleMap newMutableMap(Short[] keys, Double[] values)
           
 HashShortDoubleMap newMutableMap(short[] keys, double[] values, int expectedSize)
           
 HashShortDoubleMap newMutableMap(Short[] keys, Double[] values, int expectedSize)
           
 HashShortDoubleMap newMutableMapOf(short k1, double v1)
           
 HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2)
           
 HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3)
           
 HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4)
           
 HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4, short k5, double v5)
           
 HashShortDoubleMap newUpdatableMap()
           
 HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
           
 HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier, int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(Iterable<Short> keys, Iterable<Double> values)
           
 HashShortDoubleMap newUpdatableMap(Iterable<Short> keys, Iterable<Double> values, int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5)
           
 HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5, int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(short[] keys, double[] values)
           
 HashShortDoubleMap newUpdatableMap(Short[] keys, Double[] values)
           
 HashShortDoubleMap newUpdatableMap(short[] keys, double[] values, int expectedSize)
           
 HashShortDoubleMap newUpdatableMap(Short[] keys, Double[] values, int expectedSize)
           
 HashShortDoubleMap newUpdatableMapOf(short k1, double v1)
           
 HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2)
           
 HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2, short k3, double v3)
           
 HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4)
           
 HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4, short k5, double v5)
           
 HashShortDoubleMapFactory withDefaultValue(double defaultValue)
           
 
Methods inherited from interface net.openhft.collect.map.ShortDoubleMapFactory
getDefaultValue
 
Methods inherited from interface net.openhft.collect.hash.ShortHashFactory
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement
 
Methods inherited from interface net.openhft.collect.hash.HashContainerFactory
getDefaultExpectedSize, getHashConfig, withDefaultExpectedSize, withHashConfig
 

Method Detail

withDefaultValue

HashShortDoubleMapFactory withDefaultValue(double defaultValue)
Specified by:
withDefaultValue in interface ShortDoubleMapFactory
See Also:
ShortDoubleMap.defaultValue()

newMutableMap

HashShortDoubleMap newMutableMap()
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2,
                                 Map<Short,Double> map3,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2,
                                 Map<Short,Double> map3,
                                 Map<Short,Double> map4,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2,
                                 Map<Short,Double> map3,
                                 Map<Short,Double> map4,
                                 Map<Short,Double> map5,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2,
                                 Map<Short,Double> map3)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2,
                                 Map<Short,Double> map3,
                                 Map<Short,Double> map4)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                 Map<Short,Double> map2,
                                 Map<Short,Double> map3,
                                 Map<Short,Double> map4,
                                 Map<Short,Double> map5)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(short[] keys,
                                 double[] values)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(short[] keys,
                                 double[] values,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Short[] keys,
                                 Double[] values)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Short[] keys,
                                 Double[] values,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Iterable<Short> keys,
                                 Iterable<Double> values)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMap

HashShortDoubleMap newMutableMap(Iterable<Short> keys,
                                 Iterable<Double> values,
                                 int expectedSize)
Specified by:
newMutableMap in interface ShortDoubleMapFactory

newMutableMapOf

HashShortDoubleMap newMutableMapOf(short k1,
                                   double v1)
Specified by:
newMutableMapOf in interface ShortDoubleMapFactory

newMutableMapOf

HashShortDoubleMap newMutableMapOf(short k1,
                                   double v1,
                                   short k2,
                                   double v2)
Specified by:
newMutableMapOf in interface ShortDoubleMapFactory

newMutableMapOf

HashShortDoubleMap newMutableMapOf(short k1,
                                   double v1,
                                   short k2,
                                   double v2,
                                   short k3,
                                   double v3)
Specified by:
newMutableMapOf in interface ShortDoubleMapFactory

newMutableMapOf

HashShortDoubleMap newMutableMapOf(short k1,
                                   double v1,
                                   short k2,
                                   double v2,
                                   short k3,
                                   double v3,
                                   short k4,
                                   double v4)
Specified by:
newMutableMapOf in interface ShortDoubleMapFactory

newMutableMapOf

HashShortDoubleMap newMutableMapOf(short k1,
                                   double v1,
                                   short k2,
                                   double v2,
                                   short k3,
                                   double v3,
                                   short k4,
                                   double v4,
                                   short k5,
                                   double v5)
Specified by:
newMutableMapOf in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap()
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4,
                                   Map<Short,Double> map5,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4,
                                   Map<Short,Double> map5)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(short[] keys,
                                   double[] values)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(short[] keys,
                                   double[] values,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Short[] keys,
                                   Double[] values)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Short[] keys,
                                   Double[] values,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Iterable<Short> keys,
                                   Iterable<Double> values)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMap

HashShortDoubleMap newUpdatableMap(Iterable<Short> keys,
                                   Iterable<Double> values,
                                   int expectedSize)
Specified by:
newUpdatableMap in interface ShortDoubleMapFactory

newUpdatableMapOf

HashShortDoubleMap newUpdatableMapOf(short k1,
                                     double v1)
Specified by:
newUpdatableMapOf in interface ShortDoubleMapFactory

newUpdatableMapOf

HashShortDoubleMap newUpdatableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2)
Specified by:
newUpdatableMapOf in interface ShortDoubleMapFactory

newUpdatableMapOf

HashShortDoubleMap newUpdatableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2,
                                     short k3,
                                     double v3)
Specified by:
newUpdatableMapOf in interface ShortDoubleMapFactory

newUpdatableMapOf

HashShortDoubleMap newUpdatableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2,
                                     short k3,
                                     double v3,
                                     short k4,
                                     double v4)
Specified by:
newUpdatableMapOf in interface ShortDoubleMapFactory

newUpdatableMapOf

HashShortDoubleMap newUpdatableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2,
                                     short k3,
                                     double v3,
                                     short k4,
                                     double v4,
                                     short k5,
                                     double v5)
Specified by:
newUpdatableMapOf in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4,
                                   Map<Short,Double> map5,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                   Map<Short,Double> map2,
                                   Map<Short,Double> map3,
                                   Map<Short,Double> map4,
                                   Map<Short,Double> map5)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(short[] keys,
                                   double[] values)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(short[] keys,
                                   double[] values,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Short[] keys,
                                   Double[] values)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Short[] keys,
                                   Double[] values,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Iterable<Short> keys,
                                   Iterable<Double> values)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMap

HashShortDoubleMap newImmutableMap(Iterable<Short> keys,
                                   Iterable<Double> values,
                                   int expectedSize)
Specified by:
newImmutableMap in interface ShortDoubleMapFactory

newImmutableMapOf

HashShortDoubleMap newImmutableMapOf(short k1,
                                     double v1)
Specified by:
newImmutableMapOf in interface ShortDoubleMapFactory

newImmutableMapOf

HashShortDoubleMap newImmutableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2)
Specified by:
newImmutableMapOf in interface ShortDoubleMapFactory

newImmutableMapOf

HashShortDoubleMap newImmutableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2,
                                     short k3,
                                     double v3)
Specified by:
newImmutableMapOf in interface ShortDoubleMapFactory

newImmutableMapOf

HashShortDoubleMap newImmutableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2,
                                     short k3,
                                     double v3,
                                     short k4,
                                     double v4)
Specified by:
newImmutableMapOf in interface ShortDoubleMapFactory

newImmutableMapOf

HashShortDoubleMap newImmutableMapOf(short k1,
                                     double v1,
                                     short k2,
                                     double v2,
                                     short k3,
                                     double v3,
                                     short k4,
                                     double v4,
                                     short k5,
                                     double v5)
Specified by:
newImmutableMapOf in interface ShortDoubleMapFactory