net.openhft.collect.map.hash
Class HashFloatIntMaps

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

public final class HashFloatIntMaps
extends Object

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

See Also:
HashFloatIntMap

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

Method Detail

getDefaultFactory

public static HashFloatIntMapFactory getDefaultFactory()

newMutableMap

public static HashFloatIntMap newMutableMap()

newMutableMap

public static HashFloatIntMap newMutableMap(int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashFloatIntMap newMutableMap(Consumer<FloatIntConsumer> entriesSupplier)

newMutableMap

public static HashFloatIntMap newMutableMap(Consumer<FloatIntConsumer> entriesSupplier,
                                            int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

public static HashFloatIntMap newMutableMapOf(float k1,
                                              int v1)

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashFloatIntMap newUpdatableMap(Consumer<FloatIntConsumer> entriesSupplier)

newUpdatableMap

public static HashFloatIntMap newUpdatableMap(Consumer<FloatIntConsumer> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

public static HashFloatIntMap newUpdatableMapOf(float k1,
                                                int v1)

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashFloatIntMap newImmutableMap(Consumer<FloatIntConsumer> entriesSupplier)

newImmutableMap

public static HashFloatIntMap newImmutableMap(Consumer<FloatIntConsumer> entriesSupplier,
                                              int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

public static HashFloatIntMap newImmutableMapOf(float k1,
                                                int v1)

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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