net.openhft.collect.map.hash
Class HashIntFloatMaps

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

public final class HashIntFloatMaps
extends Object

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

See Also:
HashIntFloatMap

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

Method Detail

getDefaultFactory

public static HashIntFloatMapFactory getDefaultFactory()

newMutableMap

public static HashIntFloatMap newMutableMap()

newMutableMap

public static HashIntFloatMap newMutableMap(int expectedSize)

newMutableMap

public static HashIntFloatMap newMutableMap(Map<Integer,Float> map1,
                                            Map<Integer,Float> map2,
                                            int expectedSize)

newMutableMap

public static HashIntFloatMap newMutableMap(Map<Integer,Float> map1,
                                            Map<Integer,Float> map2,
                                            Map<Integer,Float> map3,
                                            int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashIntFloatMap newMutableMap(Map<Integer,Float> map)

newMutableMap

public static HashIntFloatMap newMutableMap(Map<Integer,Float> map1,
                                            Map<Integer,Float> map2)

newMutableMap

public static HashIntFloatMap newMutableMap(Map<Integer,Float> map1,
                                            Map<Integer,Float> map2,
                                            Map<Integer,Float> map3)

newMutableMap

public static HashIntFloatMap newMutableMap(Map<Integer,Float> map1,
                                            Map<Integer,Float> map2,
                                            Map<Integer,Float> map3,
                                            Map<Integer,Float> map4)

newMutableMap

public static HashIntFloatMap newMutableMap(Map<Integer,Float> map1,
                                            Map<Integer,Float> map2,
                                            Map<Integer,Float> map3,
                                            Map<Integer,Float> map4,
                                            Map<Integer,Float> map5)

newMutableMap

public static HashIntFloatMap newMutableMap(Consumer<IntFloatConsumer> entriesSupplier)

newMutableMap

public static HashIntFloatMap newMutableMap(Consumer<IntFloatConsumer> entriesSupplier,
                                            int expectedSize)

newMutableMap

public static HashIntFloatMap newMutableMap(int[] keys,
                                            float[] values)

newMutableMap

public static HashIntFloatMap newMutableMap(int[] keys,
                                            float[] values,
                                            int expectedSize)

newMutableMap

public static HashIntFloatMap newMutableMap(Integer[] keys,
                                            Float[] values)

newMutableMap

public static HashIntFloatMap newMutableMap(Integer[] keys,
                                            Float[] values,
                                            int expectedSize)

newMutableMap

public static HashIntFloatMap newMutableMap(Iterable<Integer> keys,
                                            Iterable<Float> values)

newMutableMap

public static HashIntFloatMap newMutableMap(Iterable<Integer> keys,
                                            Iterable<Float> values,
                                            int expectedSize)

newMutableMapOf

public static HashIntFloatMap newMutableMapOf(int k1,
                                              float v1)

newMutableMapOf

public static HashIntFloatMap newMutableMapOf(int k1,
                                              float v1,
                                              int k2,
                                              float v2)

newMutableMapOf

public static HashIntFloatMap newMutableMapOf(int k1,
                                              float v1,
                                              int k2,
                                              float v2,
                                              int k3,
                                              float v3)

newMutableMapOf

public static HashIntFloatMap newMutableMapOf(int k1,
                                              float v1,
                                              int k2,
                                              float v2,
                                              int k3,
                                              float v3,
                                              int k4,
                                              float v4)

newMutableMapOf

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

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              int expectedSize)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3,
                                              int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Map<Integer,Float> map)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3,
                                              Map<Integer,Float> map4)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3,
                                              Map<Integer,Float> map4,
                                              Map<Integer,Float> map5)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Consumer<IntFloatConsumer> entriesSupplier)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Consumer<IntFloatConsumer> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(int[] keys,
                                              float[] values)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(int[] keys,
                                              float[] values,
                                              int expectedSize)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Integer[] keys,
                                              Float[] values)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Integer[] keys,
                                              Float[] values,
                                              int expectedSize)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Iterable<Integer> keys,
                                              Iterable<Float> values)

newUpdatableMap

public static HashIntFloatMap newUpdatableMap(Iterable<Integer> keys,
                                              Iterable<Float> values,
                                              int expectedSize)

newUpdatableMapOf

public static HashIntFloatMap newUpdatableMapOf(int k1,
                                                float v1)

newUpdatableMapOf

public static HashIntFloatMap newUpdatableMapOf(int k1,
                                                float v1,
                                                int k2,
                                                float v2)

newUpdatableMapOf

public static HashIntFloatMap newUpdatableMapOf(int k1,
                                                float v1,
                                                int k2,
                                                float v2,
                                                int k3,
                                                float v3)

newUpdatableMapOf

public static HashIntFloatMap newUpdatableMapOf(int k1,
                                                float v1,
                                                int k2,
                                                float v2,
                                                int k3,
                                                float v3,
                                                int k4,
                                                float v4)

newUpdatableMapOf

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

newImmutableMap

public static HashIntFloatMap newImmutableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              int expectedSize)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3,
                                              int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashIntFloatMap newImmutableMap(Map<Integer,Float> map)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3,
                                              Map<Integer,Float> map4)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Map<Integer,Float> map1,
                                              Map<Integer,Float> map2,
                                              Map<Integer,Float> map3,
                                              Map<Integer,Float> map4,
                                              Map<Integer,Float> map5)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Consumer<IntFloatConsumer> entriesSupplier)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Consumer<IntFloatConsumer> entriesSupplier,
                                              int expectedSize)

newImmutableMap

public static HashIntFloatMap newImmutableMap(int[] keys,
                                              float[] values)

newImmutableMap

public static HashIntFloatMap newImmutableMap(int[] keys,
                                              float[] values,
                                              int expectedSize)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Integer[] keys,
                                              Float[] values)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Integer[] keys,
                                              Float[] values,
                                              int expectedSize)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Iterable<Integer> keys,
                                              Iterable<Float> values)

newImmutableMap

public static HashIntFloatMap newImmutableMap(Iterable<Integer> keys,
                                              Iterable<Float> values,
                                              int expectedSize)

newImmutableMapOf

public static HashIntFloatMap newImmutableMapOf(int k1,
                                                float v1)

newImmutableMapOf

public static HashIntFloatMap newImmutableMapOf(int k1,
                                                float v1,
                                                int k2,
                                                float v2)

newImmutableMapOf

public static HashIntFloatMap newImmutableMapOf(int k1,
                                                float v1,
                                                int k2,
                                                float v2,
                                                int k3,
                                                float v3)

newImmutableMapOf

public static HashIntFloatMap newImmutableMapOf(int k1,
                                                float v1,
                                                int k2,
                                                float v2,
                                                int k3,
                                                float v3,
                                                int k4,
                                                float v4)

newImmutableMapOf

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