net.openhft.collect.map.hash
Class HashShortLongMaps

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

public final class HashShortLongMaps
extends Object

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

See Also:
HashShortLongMap

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

Method Detail

getDefaultFactory

public static HashShortLongMapFactory getDefaultFactory()

newMutableMap

public static HashShortLongMap newMutableMap()

newMutableMap

public static HashShortLongMap newMutableMap(int expectedSize)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashShortLongMap newMutableMap(Map<Short,Long> map)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

public static HashShortLongMap newMutableMap(Consumer<ShortLongConsumer> entriesSupplier)

newMutableMap

public static HashShortLongMap newMutableMap(Consumer<ShortLongConsumer> entriesSupplier,
                                             int expectedSize)

newMutableMap

public static HashShortLongMap newMutableMap(short[] keys,
                                             long[] values)

newMutableMap

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

newMutableMap

public static HashShortLongMap newMutableMap(Short[] keys,
                                             Long[] values)

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

public static HashShortLongMap newMutableMapOf(short k1,
                                               long v1)

newMutableMapOf

public static HashShortLongMap newMutableMapOf(short k1,
                                               long v1,
                                               short k2,
                                               long v2)

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashShortLongMap newUpdatableMap(Map<Short,Long> map)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

public static HashShortLongMap newUpdatableMap(Consumer<ShortLongConsumer> entriesSupplier)

newUpdatableMap

public static HashShortLongMap newUpdatableMap(Consumer<ShortLongConsumer> entriesSupplier,
                                               int expectedSize)

newUpdatableMap

public static HashShortLongMap newUpdatableMap(short[] keys,
                                               long[] values)

newUpdatableMap

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

newUpdatableMap

public static HashShortLongMap newUpdatableMap(Short[] keys,
                                               Long[] values)

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

public static HashShortLongMap newUpdatableMapOf(short k1,
                                                 long v1)

newUpdatableMapOf

public static HashShortLongMap newUpdatableMapOf(short k1,
                                                 long v1,
                                                 short k2,
                                                 long v2)

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashShortLongMap newImmutableMap(Map<Short,Long> map)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

public static HashShortLongMap newImmutableMap(Consumer<ShortLongConsumer> entriesSupplier)

newImmutableMap

public static HashShortLongMap newImmutableMap(Consumer<ShortLongConsumer> entriesSupplier,
                                               int expectedSize)

newImmutableMap

public static HashShortLongMap newImmutableMap(short[] keys,
                                               long[] values)

newImmutableMap

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

newImmutableMap

public static HashShortLongMap newImmutableMap(Short[] keys,
                                               Long[] values)

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

public static HashShortLongMap newImmutableMapOf(short k1,
                                                 long v1)

newImmutableMapOf

public static HashShortLongMap newImmutableMapOf(short k1,
                                                 long v1,
                                                 short k2,
                                                 long v2)

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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