net.openhft.collect.map.hash
Class HashShortShortMaps

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

public final class HashShortShortMaps
extends Object

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

See Also:
HashShortShortMap

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

newMutableMap

public static HashShortShortMap newMutableMap()

newMutableMap

public static HashShortShortMap newMutableMap(int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashShortShortMap newMutableMap(Map<Short,Short> map)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashShortShortMap newMutableMap(Consumer<ShortShortConsumer> entriesSupplier)

newMutableMap

public static HashShortShortMap newMutableMap(Consumer<ShortShortConsumer> entriesSupplier,
                                              int expectedSize)

newMutableMap

public static HashShortShortMap newMutableMap(short[] keys,
                                              short[] values)

newMutableMap

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

newMutableMap

public static HashShortShortMap newMutableMap(Short[] keys,
                                              Short[] values)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

public static HashShortShortMap newMutableMapOf(short k1,
                                                short v1)

newMutableMapOf

public static HashShortShortMap newMutableMapOf(short k1,
                                                short v1,
                                                short k2,
                                                short v2)

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashShortShortMap newUpdatableMap(Map<Short,Short> map)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashShortShortMap newUpdatableMap(Consumer<ShortShortConsumer> entriesSupplier)

newUpdatableMap

public static HashShortShortMap newUpdatableMap(Consumer<ShortShortConsumer> entriesSupplier,
                                                int expectedSize)

newUpdatableMap

public static HashShortShortMap newUpdatableMap(short[] keys,
                                                short[] values)

newUpdatableMap

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

newUpdatableMap

public static HashShortShortMap newUpdatableMap(Short[] keys,
                                                Short[] values)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

public static HashShortShortMap newUpdatableMapOf(short k1,
                                                  short v1)

newUpdatableMapOf

public static HashShortShortMap newUpdatableMapOf(short k1,
                                                  short v1,
                                                  short k2,
                                                  short v2)

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashShortShortMap newImmutableMap(Map<Short,Short> map)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashShortShortMap newImmutableMap(Consumer<ShortShortConsumer> entriesSupplier)

newImmutableMap

public static HashShortShortMap newImmutableMap(Consumer<ShortShortConsumer> entriesSupplier,
                                                int expectedSize)

newImmutableMap

public static HashShortShortMap newImmutableMap(short[] keys,
                                                short[] values)

newImmutableMap

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

newImmutableMap

public static HashShortShortMap newImmutableMap(Short[] keys,
                                                Short[] values)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

public static HashShortShortMap newImmutableMapOf(short k1,
                                                  short v1)

newImmutableMapOf

public static HashShortShortMap newImmutableMapOf(short k1,
                                                  short v1,
                                                  short k2,
                                                  short v2)

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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