net.openhft.collect.map.hash
Class HashShortDoubleMaps

java.lang.Object
  extended by net.openhft.collect.map.hash.HashShortDoubleMaps

public final class HashShortDoubleMaps
extends Object

This class consists only of static factory methods to construct HashShortDoubleMaps, and the default HashShortDoubleMapFactory static provider (getDefaultFactory()).

See Also:
HashShortDoubleMap

Method Summary
static HashShortDoubleMapFactory getDefaultFactory()
           
static HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
           
static HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier, int expectedSize)
           
static HashShortDoubleMap newImmutableMap(Iterable<Short> keys, Iterable<Double> values)
           
static HashShortDoubleMap newImmutableMap(Iterable<Short> keys, Iterable<Double> values, int expectedSize)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, int expectedSize)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, int expectedSize)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, int expectedSize)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5)
           
static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5, int expectedSize)
           
static HashShortDoubleMap newImmutableMap(short[] keys, double[] values)
           
static HashShortDoubleMap newImmutableMap(Short[] keys, Double[] values)
           
static HashShortDoubleMap newImmutableMap(short[] keys, double[] values, int expectedSize)
           
static HashShortDoubleMap newImmutableMap(Short[] keys, Double[] values, int expectedSize)
           
static HashShortDoubleMap newImmutableMapOf(short k1, double v1)
           
static HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2)
           
static HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3)
           
static HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4)
           
static HashShortDoubleMap newImmutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4, short k5, double v5)
           
static HashShortDoubleMap newMutableMap()
           
static HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
           
static HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier, int expectedSize)
           
static HashShortDoubleMap newMutableMap(int expectedSize)
           
static HashShortDoubleMap newMutableMap(Iterable<Short> keys, Iterable<Double> values)
           
static HashShortDoubleMap newMutableMap(Iterable<Short> keys, Iterable<Double> values, int expectedSize)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, int expectedSize)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, int expectedSize)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, int expectedSize)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5)
           
static HashShortDoubleMap newMutableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5, int expectedSize)
           
static HashShortDoubleMap newMutableMap(short[] keys, double[] values)
           
static HashShortDoubleMap newMutableMap(Short[] keys, Double[] values)
           
static HashShortDoubleMap newMutableMap(short[] keys, double[] values, int expectedSize)
           
static HashShortDoubleMap newMutableMap(Short[] keys, Double[] values, int expectedSize)
           
static HashShortDoubleMap newMutableMapOf(short k1, double v1)
           
static HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2)
           
static HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3)
           
static HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4)
           
static HashShortDoubleMap newMutableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4, short k5, double v5)
           
static HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier)
           
static HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier, int expectedSize)
           
static HashShortDoubleMap newUpdatableMap(Iterable<Short> keys, Iterable<Double> values)
           
static HashShortDoubleMap newUpdatableMap(Iterable<Short> keys, Iterable<Double> values, int expectedSize)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, int expectedSize)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, int expectedSize)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, int expectedSize)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5)
           
static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1, Map<Short,Double> map2, Map<Short,Double> map3, Map<Short,Double> map4, Map<Short,Double> map5, int expectedSize)
           
static HashShortDoubleMap newUpdatableMap(short[] keys, double[] values)
           
static HashShortDoubleMap newUpdatableMap(Short[] keys, Double[] values)
           
static HashShortDoubleMap newUpdatableMap(short[] keys, double[] values, int expectedSize)
           
static HashShortDoubleMap newUpdatableMap(Short[] keys, Double[] values, int expectedSize)
           
static HashShortDoubleMap newUpdatableMapOf(short k1, double v1)
           
static HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2)
           
static HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2, short k3, double v3)
           
static HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4)
           
static HashShortDoubleMap newUpdatableMapOf(short k1, double v1, short k2, double v2, short k3, double v3, short k4, double v4, short k5, double v5)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultFactory

public static HashShortDoubleMapFactory getDefaultFactory()

newMutableMap

public static HashShortDoubleMap newMutableMap()

newMutableMap

public static HashShortDoubleMap newMutableMap(int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2,
                                               int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2,
                                               Map<Short,Double> map3,
                                               int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2,
                                               Map<Short,Double> map3,
                                               Map<Short,Double> map4,
                                               int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2,
                                               Map<Short,Double> map3,
                                               Map<Short,Double> map4,
                                               Map<Short,Double> map5,
                                               int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2,
                                               Map<Short,Double> map3)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2,
                                               Map<Short,Double> map3,
                                               Map<Short,Double> map4)

newMutableMap

public static HashShortDoubleMap newMutableMap(Map<Short,Double> map1,
                                               Map<Short,Double> map2,
                                               Map<Short,Double> map3,
                                               Map<Short,Double> map4,
                                               Map<Short,Double> map5)

newMutableMap

public static HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)

newMutableMap

public static HashShortDoubleMap newMutableMap(Consumer<ShortDoubleConsumer> entriesSupplier,
                                               int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(short[] keys,
                                               double[] values)

newMutableMap

public static HashShortDoubleMap newMutableMap(short[] keys,
                                               double[] values,
                                               int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(Short[] keys,
                                               Double[] values)

newMutableMap

public static HashShortDoubleMap newMutableMap(Short[] keys,
                                               Double[] values,
                                               int expectedSize)

newMutableMap

public static HashShortDoubleMap newMutableMap(Iterable<Short> keys,
                                               Iterable<Double> values)

newMutableMap

public static HashShortDoubleMap newMutableMap(Iterable<Short> keys,
                                               Iterable<Double> values,
                                               int expectedSize)

newMutableMapOf

public static HashShortDoubleMap newMutableMapOf(short k1,
                                                 double v1)

newMutableMapOf

public static HashShortDoubleMap newMutableMapOf(short k1,
                                                 double v1,
                                                 short k2,
                                                 double v2)

newMutableMapOf

public static HashShortDoubleMap newMutableMapOf(short k1,
                                                 double v1,
                                                 short k2,
                                                 double v2,
                                                 short k3,
                                                 double v3)

newMutableMapOf

public static HashShortDoubleMap newMutableMapOf(short k1,
                                                 double v1,
                                                 short k2,
                                                 double v2,
                                                 short k3,
                                                 double v3,
                                                 short k4,
                                                 double v4)

newMutableMapOf

public static HashShortDoubleMap newMutableMapOf(short k1,
                                                 double v1,
                                                 short k2,
                                                 double v2,
                                                 short k3,
                                                 double v3,
                                                 short k4,
                                                 double v4,
                                                 short k5,
                                                 double v5)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 int expectedSize)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 int expectedSize)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4,
                                                 int expectedSize)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4,
                                                 Map<Short,Double> map5,
                                                 int expectedSize)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4,
                                                 Map<Short,Double> map5)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Consumer<ShortDoubleConsumer> entriesSupplier,
                                                 int expectedSize)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(short[] keys,
                                                 double[] values)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(short[] keys,
                                                 double[] values,
                                                 int expectedSize)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Short[] keys,
                                                 Double[] values)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Short[] keys,
                                                 Double[] values,
                                                 int expectedSize)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Iterable<Short> keys,
                                                 Iterable<Double> values)

newUpdatableMap

public static HashShortDoubleMap newUpdatableMap(Iterable<Short> keys,
                                                 Iterable<Double> values,
                                                 int expectedSize)

newUpdatableMapOf

public static HashShortDoubleMap newUpdatableMapOf(short k1,
                                                   double v1)

newUpdatableMapOf

public static HashShortDoubleMap newUpdatableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2)

newUpdatableMapOf

public static HashShortDoubleMap newUpdatableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2,
                                                   short k3,
                                                   double v3)

newUpdatableMapOf

public static HashShortDoubleMap newUpdatableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2,
                                                   short k3,
                                                   double v3,
                                                   short k4,
                                                   double v4)

newUpdatableMapOf

public static HashShortDoubleMap newUpdatableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2,
                                                   short k3,
                                                   double v3,
                                                   short k4,
                                                   double v4,
                                                   short k5,
                                                   double v5)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 int expectedSize)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 int expectedSize)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4,
                                                 int expectedSize)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4,
                                                 Map<Short,Double> map5,
                                                 int expectedSize)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Map<Short,Double> map1,
                                                 Map<Short,Double> map2,
                                                 Map<Short,Double> map3,
                                                 Map<Short,Double> map4,
                                                 Map<Short,Double> map5)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Consumer<ShortDoubleConsumer> entriesSupplier,
                                                 int expectedSize)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(short[] keys,
                                                 double[] values)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(short[] keys,
                                                 double[] values,
                                                 int expectedSize)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Short[] keys,
                                                 Double[] values)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Short[] keys,
                                                 Double[] values,
                                                 int expectedSize)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Iterable<Short> keys,
                                                 Iterable<Double> values)

newImmutableMap

public static HashShortDoubleMap newImmutableMap(Iterable<Short> keys,
                                                 Iterable<Double> values,
                                                 int expectedSize)

newImmutableMapOf

public static HashShortDoubleMap newImmutableMapOf(short k1,
                                                   double v1)

newImmutableMapOf

public static HashShortDoubleMap newImmutableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2)

newImmutableMapOf

public static HashShortDoubleMap newImmutableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2,
                                                   short k3,
                                                   double v3)

newImmutableMapOf

public static HashShortDoubleMap newImmutableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2,
                                                   short k3,
                                                   double v3,
                                                   short k4,
                                                   double v4)

newImmutableMapOf

public static HashShortDoubleMap newImmutableMapOf(short k1,
                                                   double v1,
                                                   short k2,
                                                   double v2,
                                                   short k3,
                                                   double v3,
                                                   short k4,
                                                   double v4,
                                                   short k5,
                                                   double v5)