net.openhft.collect.map.hash
Class HashIntDoubleMaps

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

public final class HashIntDoubleMaps
extends Object

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

See Also:
HashIntDoubleMap

Method Summary
static HashIntDoubleMapFactory getDefaultFactory()
           
static HashIntDoubleMap newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
           
static HashIntDoubleMap newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier, int expectedSize)
           
static HashIntDoubleMap newImmutableMap(int[] keys, double[] values)
           
static HashIntDoubleMap newImmutableMap(int[] keys, double[] values, int expectedSize)
           
static HashIntDoubleMap newImmutableMap(Integer[] keys, Double[] values)
           
static HashIntDoubleMap newImmutableMap(Integer[] keys, Double[] values, int expectedSize)
           
static HashIntDoubleMap newImmutableMap(Iterable<Integer> keys, Iterable<Double> values)
           
static HashIntDoubleMap newImmutableMap(Iterable<Integer> keys, Iterable<Double> values, int expectedSize)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, int expectedSize)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, int expectedSize)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, int expectedSize)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, Map<Integer,Double> map5)
           
static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, Map<Integer,Double> map5, int expectedSize)
           
static HashIntDoubleMap newImmutableMapOf(int k1, double v1)
           
static HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2)
           
static HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3)
           
static HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4)
           
static HashIntDoubleMap newImmutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4, int k5, double v5)
           
static HashIntDoubleMap newMutableMap()
           
static HashIntDoubleMap newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier)
           
static HashIntDoubleMap newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier, int expectedSize)
           
static HashIntDoubleMap newMutableMap(int expectedSize)
           
static HashIntDoubleMap newMutableMap(int[] keys, double[] values)
           
static HashIntDoubleMap newMutableMap(int[] keys, double[] values, int expectedSize)
           
static HashIntDoubleMap newMutableMap(Integer[] keys, Double[] values)
           
static HashIntDoubleMap newMutableMap(Integer[] keys, Double[] values, int expectedSize)
           
static HashIntDoubleMap newMutableMap(Iterable<Integer> keys, Iterable<Double> values)
           
static HashIntDoubleMap newMutableMap(Iterable<Integer> keys, Iterable<Double> values, int expectedSize)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, int expectedSize)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, int expectedSize)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, int expectedSize)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, Map<Integer,Double> map5)
           
static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, Map<Integer,Double> map5, int expectedSize)
           
static HashIntDoubleMap newMutableMapOf(int k1, double v1)
           
static HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2)
           
static HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3)
           
static HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4)
           
static HashIntDoubleMap newMutableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4, int k5, double v5)
           
static HashIntDoubleMap newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier)
           
static HashIntDoubleMap newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier, int expectedSize)
           
static HashIntDoubleMap newUpdatableMap(int[] keys, double[] values)
           
static HashIntDoubleMap newUpdatableMap(int[] keys, double[] values, int expectedSize)
           
static HashIntDoubleMap newUpdatableMap(Integer[] keys, Double[] values)
           
static HashIntDoubleMap newUpdatableMap(Integer[] keys, Double[] values, int expectedSize)
           
static HashIntDoubleMap newUpdatableMap(Iterable<Integer> keys, Iterable<Double> values)
           
static HashIntDoubleMap newUpdatableMap(Iterable<Integer> keys, Iterable<Double> values, int expectedSize)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, int expectedSize)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, int expectedSize)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, int expectedSize)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, Map<Integer,Double> map5)
           
static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1, Map<Integer,Double> map2, Map<Integer,Double> map3, Map<Integer,Double> map4, Map<Integer,Double> map5, int expectedSize)
           
static HashIntDoubleMap newUpdatableMapOf(int k1, double v1)
           
static HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2)
           
static HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2, int k3, double v3)
           
static HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4)
           
static HashIntDoubleMap newUpdatableMapOf(int k1, double v1, int k2, double v2, int k3, double v3, int k4, double v4, int 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 HashIntDoubleMapFactory getDefaultFactory()

newMutableMap

public static HashIntDoubleMap newMutableMap()

newMutableMap

public static HashIntDoubleMap newMutableMap(int expectedSize)

newMutableMap

public static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
                                             Map<Integer,Double> map2,
                                             int expectedSize)

newMutableMap

public static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
                                             Map<Integer,Double> map2,
                                             Map<Integer,Double> map3,
                                             int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashIntDoubleMap newMutableMap(Map<Integer,Double> map)

newMutableMap

public static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
                                             Map<Integer,Double> map2)

newMutableMap

public static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
                                             Map<Integer,Double> map2,
                                             Map<Integer,Double> map3)

newMutableMap

public static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
                                             Map<Integer,Double> map2,
                                             Map<Integer,Double> map3,
                                             Map<Integer,Double> map4)

newMutableMap

public static HashIntDoubleMap newMutableMap(Map<Integer,Double> map1,
                                             Map<Integer,Double> map2,
                                             Map<Integer,Double> map3,
                                             Map<Integer,Double> map4,
                                             Map<Integer,Double> map5)

newMutableMap

public static HashIntDoubleMap newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier)

newMutableMap

public static HashIntDoubleMap newMutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
                                             int expectedSize)

newMutableMap

public static HashIntDoubleMap newMutableMap(int[] keys,
                                             double[] values)

newMutableMap

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

newMutableMap

public static HashIntDoubleMap newMutableMap(Integer[] keys,
                                             Double[] values)

newMutableMap

public static HashIntDoubleMap newMutableMap(Integer[] keys,
                                             Double[] values,
                                             int expectedSize)

newMutableMap

public static HashIntDoubleMap newMutableMap(Iterable<Integer> keys,
                                             Iterable<Double> values)

newMutableMap

public static HashIntDoubleMap newMutableMap(Iterable<Integer> keys,
                                             Iterable<Double> values,
                                             int expectedSize)

newMutableMapOf

public static HashIntDoubleMap newMutableMapOf(int k1,
                                               double v1)

newMutableMapOf

public static HashIntDoubleMap newMutableMapOf(int k1,
                                               double v1,
                                               int k2,
                                               double v2)

newMutableMapOf

public static HashIntDoubleMap newMutableMapOf(int k1,
                                               double v1,
                                               int k2,
                                               double v2,
                                               int k3,
                                               double v3)

newMutableMapOf

public static HashIntDoubleMap newMutableMapOf(int k1,
                                               double v1,
                                               int k2,
                                               double v2,
                                               int k3,
                                               double v3,
                                               int k4,
                                               double v4)

newMutableMapOf

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

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               int expectedSize)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3,
                                               int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3,
                                               Map<Integer,Double> map4)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3,
                                               Map<Integer,Double> map4,
                                               Map<Integer,Double> map5)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Consumer<IntDoubleConsumer> entriesSupplier,
                                               int expectedSize)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(int[] keys,
                                               double[] values)

newUpdatableMap

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

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Integer[] keys,
                                               Double[] values)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Integer[] keys,
                                               Double[] values,
                                               int expectedSize)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Iterable<Integer> keys,
                                               Iterable<Double> values)

newUpdatableMap

public static HashIntDoubleMap newUpdatableMap(Iterable<Integer> keys,
                                               Iterable<Double> values,
                                               int expectedSize)

newUpdatableMapOf

public static HashIntDoubleMap newUpdatableMapOf(int k1,
                                                 double v1)

newUpdatableMapOf

public static HashIntDoubleMap newUpdatableMapOf(int k1,
                                                 double v1,
                                                 int k2,
                                                 double v2)

newUpdatableMapOf

public static HashIntDoubleMap newUpdatableMapOf(int k1,
                                                 double v1,
                                                 int k2,
                                                 double v2,
                                                 int k3,
                                                 double v3)

newUpdatableMapOf

public static HashIntDoubleMap newUpdatableMapOf(int k1,
                                                 double v1,
                                                 int k2,
                                                 double v2,
                                                 int k3,
                                                 double v3,
                                                 int k4,
                                                 double v4)

newUpdatableMapOf

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

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               int expectedSize)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3,
                                               int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3,
                                               Map<Integer,Double> map4)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Map<Integer,Double> map1,
                                               Map<Integer,Double> map2,
                                               Map<Integer,Double> map3,
                                               Map<Integer,Double> map4,
                                               Map<Integer,Double> map5)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Consumer<IntDoubleConsumer> entriesSupplier,
                                               int expectedSize)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(int[] keys,
                                               double[] values)

newImmutableMap

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

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Integer[] keys,
                                               Double[] values)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Integer[] keys,
                                               Double[] values,
                                               int expectedSize)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Iterable<Integer> keys,
                                               Iterable<Double> values)

newImmutableMap

public static HashIntDoubleMap newImmutableMap(Iterable<Integer> keys,
                                               Iterable<Double> values,
                                               int expectedSize)

newImmutableMapOf

public static HashIntDoubleMap newImmutableMapOf(int k1,
                                                 double v1)

newImmutableMapOf

public static HashIntDoubleMap newImmutableMapOf(int k1,
                                                 double v1,
                                                 int k2,
                                                 double v2)

newImmutableMapOf

public static HashIntDoubleMap newImmutableMapOf(int k1,
                                                 double v1,
                                                 int k2,
                                                 double v2,
                                                 int k3,
                                                 double v3)

newImmutableMapOf

public static HashIntDoubleMap newImmutableMapOf(int k1,
                                                 double v1,
                                                 int k2,
                                                 double v2,
                                                 int k3,
                                                 double v3,
                                                 int k4,
                                                 double v4)

newImmutableMapOf

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