net.openhft.collect.map.hash
Class HashShortIntMaps

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

public final class HashShortIntMaps
extends Object

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

See Also:
HashShortIntMap

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

newMutableMap

public static HashShortIntMap newMutableMap()

newMutableMap

public static HashShortIntMap newMutableMap(int expectedSize)

newMutableMap

public static HashShortIntMap newMutableMap(Map<Short,Integer> map1,
                                            Map<Short,Integer> map2,
                                            int expectedSize)

newMutableMap

public static HashShortIntMap newMutableMap(Map<Short,Integer> map1,
                                            Map<Short,Integer> map2,
                                            Map<Short,Integer> map3,
                                            int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashShortIntMap newMutableMap(Map<Short,Integer> map)

newMutableMap

public static HashShortIntMap newMutableMap(Map<Short,Integer> map1,
                                            Map<Short,Integer> map2)

newMutableMap

public static HashShortIntMap newMutableMap(Map<Short,Integer> map1,
                                            Map<Short,Integer> map2,
                                            Map<Short,Integer> map3)

newMutableMap

public static HashShortIntMap newMutableMap(Map<Short,Integer> map1,
                                            Map<Short,Integer> map2,
                                            Map<Short,Integer> map3,
                                            Map<Short,Integer> map4)

newMutableMap

public static HashShortIntMap newMutableMap(Map<Short,Integer> map1,
                                            Map<Short,Integer> map2,
                                            Map<Short,Integer> map3,
                                            Map<Short,Integer> map4,
                                            Map<Short,Integer> map5)

newMutableMap

public static HashShortIntMap newMutableMap(Consumer<ShortIntConsumer> entriesSupplier)

newMutableMap

public static HashShortIntMap newMutableMap(Consumer<ShortIntConsumer> entriesSupplier,
                                            int expectedSize)

newMutableMap

public static HashShortIntMap newMutableMap(short[] keys,
                                            int[] values)

newMutableMap

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

newMutableMap

public static HashShortIntMap newMutableMap(Short[] keys,
                                            Integer[] values)

newMutableMap

public static HashShortIntMap newMutableMap(Short[] keys,
                                            Integer[] values,
                                            int expectedSize)

newMutableMap

public static HashShortIntMap newMutableMap(Iterable<Short> keys,
                                            Iterable<Integer> values)

newMutableMap

public static HashShortIntMap newMutableMap(Iterable<Short> keys,
                                            Iterable<Integer> values,
                                            int expectedSize)

newMutableMapOf

public static HashShortIntMap newMutableMapOf(short k1,
                                              int v1)

newMutableMapOf

public static HashShortIntMap newMutableMapOf(short k1,
                                              int v1,
                                              short k2,
                                              int v2)

newMutableMapOf

public static HashShortIntMap newMutableMapOf(short k1,
                                              int v1,
                                              short k2,
                                              int v2,
                                              short k3,
                                              int v3)

newMutableMapOf

public static HashShortIntMap newMutableMapOf(short k1,
                                              int v1,
                                              short k2,
                                              int v2,
                                              short k3,
                                              int v3,
                                              short k4,
                                              int v4)

newMutableMapOf

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

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              int expectedSize)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3,
                                              int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Map<Short,Integer> map)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3,
                                              Map<Short,Integer> map4)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3,
                                              Map<Short,Integer> map4,
                                              Map<Short,Integer> map5)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Consumer<ShortIntConsumer> entriesSupplier)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Consumer<ShortIntConsumer> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(short[] keys,
                                              int[] values)

newUpdatableMap

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

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Short[] keys,
                                              Integer[] values)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Short[] keys,
                                              Integer[] values,
                                              int expectedSize)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Iterable<Short> keys,
                                              Iterable<Integer> values)

newUpdatableMap

public static HashShortIntMap newUpdatableMap(Iterable<Short> keys,
                                              Iterable<Integer> values,
                                              int expectedSize)

newUpdatableMapOf

public static HashShortIntMap newUpdatableMapOf(short k1,
                                                int v1)

newUpdatableMapOf

public static HashShortIntMap newUpdatableMapOf(short k1,
                                                int v1,
                                                short k2,
                                                int v2)

newUpdatableMapOf

public static HashShortIntMap newUpdatableMapOf(short k1,
                                                int v1,
                                                short k2,
                                                int v2,
                                                short k3,
                                                int v3)

newUpdatableMapOf

public static HashShortIntMap newUpdatableMapOf(short k1,
                                                int v1,
                                                short k2,
                                                int v2,
                                                short k3,
                                                int v3,
                                                short k4,
                                                int v4)

newUpdatableMapOf

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

newImmutableMap

public static HashShortIntMap newImmutableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              int expectedSize)

newImmutableMap

public static HashShortIntMap newImmutableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3,
                                              int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashShortIntMap newImmutableMap(Map<Short,Integer> map)

newImmutableMap

public static HashShortIntMap newImmutableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2)

newImmutableMap

public static HashShortIntMap newImmutableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3)

newImmutableMap

public static HashShortIntMap newImmutableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3,
                                              Map<Short,Integer> map4)

newImmutableMap

public static HashShortIntMap newImmutableMap(Map<Short,Integer> map1,
                                              Map<Short,Integer> map2,
                                              Map<Short,Integer> map3,
                                              Map<Short,Integer> map4,
                                              Map<Short,Integer> map5)

newImmutableMap

public static HashShortIntMap newImmutableMap(Consumer<ShortIntConsumer> entriesSupplier)

newImmutableMap

public static HashShortIntMap newImmutableMap(Consumer<ShortIntConsumer> entriesSupplier,
                                              int expectedSize)

newImmutableMap

public static HashShortIntMap newImmutableMap(short[] keys,
                                              int[] values)

newImmutableMap

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

newImmutableMap

public static HashShortIntMap newImmutableMap(Short[] keys,
                                              Integer[] values)

newImmutableMap

public static HashShortIntMap newImmutableMap(Short[] keys,
                                              Integer[] values,
                                              int expectedSize)

newImmutableMap

public static HashShortIntMap newImmutableMap(Iterable<Short> keys,
                                              Iterable<Integer> values)

newImmutableMap

public static HashShortIntMap newImmutableMap(Iterable<Short> keys,
                                              Iterable<Integer> values,
                                              int expectedSize)

newImmutableMapOf

public static HashShortIntMap newImmutableMapOf(short k1,
                                                int v1)

newImmutableMapOf

public static HashShortIntMap newImmutableMapOf(short k1,
                                                int v1,
                                                short k2,
                                                int v2)

newImmutableMapOf

public static HashShortIntMap newImmutableMapOf(short k1,
                                                int v1,
                                                short k2,
                                                int v2,
                                                short k3,
                                                int v3)

newImmutableMapOf

public static HashShortIntMap newImmutableMapOf(short k1,
                                                int v1,
                                                short k2,
                                                int v2,
                                                short k3,
                                                int v3,
                                                short k4,
                                                int v4)

newImmutableMapOf

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