net.openhft.collect.map.hash
Class HashShortByteMaps

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

public final class HashShortByteMaps
extends Object

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

See Also:
HashShortByteMap

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

Method Detail

getDefaultFactory

public static HashShortByteMapFactory getDefaultFactory()

newMutableMap

public static HashShortByteMap newMutableMap()

newMutableMap

public static HashShortByteMap newMutableMap(int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashShortByteMap newMutableMap(Map<Short,Byte> map)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashShortByteMap newMutableMap(Consumer<ShortByteConsumer> entriesSupplier)

newMutableMap

public static HashShortByteMap newMutableMap(Consumer<ShortByteConsumer> entriesSupplier,
                                             int expectedSize)

newMutableMap

public static HashShortByteMap newMutableMap(short[] keys,
                                             byte[] values)

newMutableMap

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

newMutableMap

public static HashShortByteMap newMutableMap(Short[] keys,
                                             Byte[] values)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

public static HashShortByteMap newMutableMapOf(short k1,
                                               byte v1)

newMutableMapOf

public static HashShortByteMap newMutableMapOf(short k1,
                                               byte v1,
                                               short k2,
                                               byte v2)

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashShortByteMap newUpdatableMap(Map<Short,Byte> map)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashShortByteMap newUpdatableMap(Consumer<ShortByteConsumer> entriesSupplier)

newUpdatableMap

public static HashShortByteMap newUpdatableMap(Consumer<ShortByteConsumer> entriesSupplier,
                                               int expectedSize)

newUpdatableMap

public static HashShortByteMap newUpdatableMap(short[] keys,
                                               byte[] values)

newUpdatableMap

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

newUpdatableMap

public static HashShortByteMap newUpdatableMap(Short[] keys,
                                               Byte[] values)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

public static HashShortByteMap newUpdatableMapOf(short k1,
                                                 byte v1)

newUpdatableMapOf

public static HashShortByteMap newUpdatableMapOf(short k1,
                                                 byte v1,
                                                 short k2,
                                                 byte v2)

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashShortByteMap newImmutableMap(Map<Short,Byte> map)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashShortByteMap newImmutableMap(Consumer<ShortByteConsumer> entriesSupplier)

newImmutableMap

public static HashShortByteMap newImmutableMap(Consumer<ShortByteConsumer> entriesSupplier,
                                               int expectedSize)

newImmutableMap

public static HashShortByteMap newImmutableMap(short[] keys,
                                               byte[] values)

newImmutableMap

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

newImmutableMap

public static HashShortByteMap newImmutableMap(Short[] keys,
                                               Byte[] values)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

public static HashShortByteMap newImmutableMapOf(short k1,
                                                 byte v1)

newImmutableMapOf

public static HashShortByteMap newImmutableMapOf(short k1,
                                                 byte v1,
                                                 short k2,
                                                 byte v2)

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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