net.openhft.collect.map.hash
Class HashIntShortMaps

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

public final class HashIntShortMaps
extends Object

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

See Also:
HashIntShortMap

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

Method Detail

getDefaultFactory

public static HashIntShortMapFactory getDefaultFactory()

newMutableMap

public static HashIntShortMap newMutableMap()

newMutableMap

public static HashIntShortMap newMutableMap(int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashIntShortMap newMutableMap(Consumer<IntShortConsumer> entriesSupplier)

newMutableMap

public static HashIntShortMap newMutableMap(Consumer<IntShortConsumer> entriesSupplier,
                                            int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

public static HashIntShortMap newMutableMapOf(int k1,
                                              short v1)

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashIntShortMap newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier)

newUpdatableMap

public static HashIntShortMap newUpdatableMap(Consumer<IntShortConsumer> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

public static HashIntShortMap newUpdatableMapOf(int k1,
                                                short v1)

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashIntShortMap newImmutableMap(Consumer<IntShortConsumer> entriesSupplier)

newImmutableMap

public static HashIntShortMap newImmutableMap(Consumer<IntShortConsumer> entriesSupplier,
                                              int expectedSize)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

public static HashIntShortMap newImmutableMapOf(int k1,
                                                short v1)

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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