net.openhft.collect.map.hash
Interface HashLongShortMapFactory

All Superinterfaces:
HashContainerFactory<HashLongShortMapFactory>, LongHashFactory<HashLongShortMapFactory>, LongShortMapFactory

public interface HashLongShortMapFactory
extends LongShortMapFactory, LongHashFactory<HashLongShortMapFactory>

An immutable factory of HashLongShortMaps

See Also:
HashLongShortMap, HashLongShortMaps.getDefaultFactory()

Method Summary
 HashLongShortMap newImmutableMap(Consumer<LongShortConsumer> entriesSupplier)
           
 HashLongShortMap newImmutableMap(Consumer<LongShortConsumer> entriesSupplier, int expectedSize)
           
 HashLongShortMap newImmutableMap(Iterable<Long> keys, Iterable<Short> values)
           
 HashLongShortMap newImmutableMap(Iterable<Long> keys, Iterable<Short> values, int expectedSize)
           
 HashLongShortMap newImmutableMap(long[] keys, short[] values)
           
 HashLongShortMap newImmutableMap(Long[] keys, Short[] values)
           
 HashLongShortMap newImmutableMap(long[] keys, short[] values, int expectedSize)
           
 HashLongShortMap newImmutableMap(Long[] keys, Short[] values, int expectedSize)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2, int expectedSize)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, int expectedSize)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, int expectedSize)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, Map<Long,Short> map5)
           
 HashLongShortMap newImmutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, Map<Long,Short> map5, int expectedSize)
           
 HashLongShortMap newImmutableMapOf(long k1, short v1)
           
 HashLongShortMap newImmutableMapOf(long k1, short v1, long k2, short v2)
           
 HashLongShortMap newImmutableMapOf(long k1, short v1, long k2, short v2, long k3, short v3)
           
 HashLongShortMap newImmutableMapOf(long k1, short v1, long k2, short v2, long k3, short v3, long k4, short v4)
           
 HashLongShortMap newImmutableMapOf(long k1, short v1, long k2, short v2, long k3, short v3, long k4, short v4, long k5, short v5)
           
 HashLongShortMap newMutableMap()
           
 HashLongShortMap newMutableMap(Consumer<LongShortConsumer> entriesSupplier)
           
 HashLongShortMap newMutableMap(Consumer<LongShortConsumer> entriesSupplier, int expectedSize)
           
 HashLongShortMap newMutableMap(int expectedSize)
           
 HashLongShortMap newMutableMap(Iterable<Long> keys, Iterable<Short> values)
           
 HashLongShortMap newMutableMap(Iterable<Long> keys, Iterable<Short> values, int expectedSize)
           
 HashLongShortMap newMutableMap(long[] keys, short[] values)
           
 HashLongShortMap newMutableMap(Long[] keys, Short[] values)
           
 HashLongShortMap newMutableMap(long[] keys, short[] values, int expectedSize)
           
 HashLongShortMap newMutableMap(Long[] keys, Short[] values, int expectedSize)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2, int expectedSize)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, int expectedSize)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, int expectedSize)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, Map<Long,Short> map5)
           
 HashLongShortMap newMutableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, Map<Long,Short> map5, int expectedSize)
           
 HashLongShortMap newMutableMapOf(long k1, short v1)
           
 HashLongShortMap newMutableMapOf(long k1, short v1, long k2, short v2)
           
 HashLongShortMap newMutableMapOf(long k1, short v1, long k2, short v2, long k3, short v3)
           
 HashLongShortMap newMutableMapOf(long k1, short v1, long k2, short v2, long k3, short v3, long k4, short v4)
           
 HashLongShortMap newMutableMapOf(long k1, short v1, long k2, short v2, long k3, short v3, long k4, short v4, long k5, short v5)
           
 HashLongShortMap newUpdatableMap()
           
 HashLongShortMap newUpdatableMap(Consumer<LongShortConsumer> entriesSupplier)
           
 HashLongShortMap newUpdatableMap(Consumer<LongShortConsumer> entriesSupplier, int expectedSize)
           
 HashLongShortMap newUpdatableMap(int expectedSize)
           
 HashLongShortMap newUpdatableMap(Iterable<Long> keys, Iterable<Short> values)
           
 HashLongShortMap newUpdatableMap(Iterable<Long> keys, Iterable<Short> values, int expectedSize)
           
 HashLongShortMap newUpdatableMap(long[] keys, short[] values)
           
 HashLongShortMap newUpdatableMap(Long[] keys, Short[] values)
           
 HashLongShortMap newUpdatableMap(long[] keys, short[] values, int expectedSize)
           
 HashLongShortMap newUpdatableMap(Long[] keys, Short[] values, int expectedSize)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2, int expectedSize)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, int expectedSize)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, int expectedSize)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, Map<Long,Short> map5)
           
 HashLongShortMap newUpdatableMap(Map<Long,Short> map1, Map<Long,Short> map2, Map<Long,Short> map3, Map<Long,Short> map4, Map<Long,Short> map5, int expectedSize)
           
 HashLongShortMap newUpdatableMapOf(long k1, short v1)
           
 HashLongShortMap newUpdatableMapOf(long k1, short v1, long k2, short v2)
           
 HashLongShortMap newUpdatableMapOf(long k1, short v1, long k2, short v2, long k3, short v3)
           
 HashLongShortMap newUpdatableMapOf(long k1, short v1, long k2, short v2, long k3, short v3, long k4, short v4)
           
 HashLongShortMap newUpdatableMapOf(long k1, short v1, long k2, short v2, long k3, short v3, long k4, short v4, long k5, short v5)
           
 HashLongShortMapFactory withDefaultValue(short defaultValue)
           
 
Methods inherited from interface net.openhft.collect.map.LongShortMapFactory
getDefaultValue
 
Methods inherited from interface net.openhft.collect.hash.LongHashFactory
getLowerKeyDomainBound, getUpperKeyDomainBound, withKeysDomain, withKeysDomainComplement
 
Methods inherited from interface net.openhft.collect.hash.HashContainerFactory
getDefaultExpectedSize, getHashConfig, withDefaultExpectedSize, withHashConfig
 

Method Detail

withDefaultValue

HashLongShortMapFactory withDefaultValue(short defaultValue)
Specified by:
withDefaultValue in interface LongShortMapFactory
See Also:
LongShortMap.defaultValue()

newMutableMap

HashLongShortMap newMutableMap()
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2,
                               Map<Long,Short> map3,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2,
                               Map<Long,Short> map3,
                               Map<Long,Short> map4,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2,
                               Map<Long,Short> map3,
                               Map<Long,Short> map4,
                               Map<Long,Short> map5,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2,
                               Map<Long,Short> map3)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2,
                               Map<Long,Short> map3,
                               Map<Long,Short> map4)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Map<Long,Short> map1,
                               Map<Long,Short> map2,
                               Map<Long,Short> map3,
                               Map<Long,Short> map4,
                               Map<Long,Short> map5)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Consumer<LongShortConsumer> entriesSupplier)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Consumer<LongShortConsumer> entriesSupplier,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(long[] keys,
                               short[] values)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(long[] keys,
                               short[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Long[] keys,
                               Short[] values)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Long[] keys,
                               Short[] values,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Iterable<Long> keys,
                               Iterable<Short> values)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMap

HashLongShortMap newMutableMap(Iterable<Long> keys,
                               Iterable<Short> values,
                               int expectedSize)
Specified by:
newMutableMap in interface LongShortMapFactory

newMutableMapOf

HashLongShortMap newMutableMapOf(long k1,
                                 short v1)
Specified by:
newMutableMapOf in interface LongShortMapFactory

newMutableMapOf

HashLongShortMap newMutableMapOf(long k1,
                                 short v1,
                                 long k2,
                                 short v2)
Specified by:
newMutableMapOf in interface LongShortMapFactory

newMutableMapOf

HashLongShortMap newMutableMapOf(long k1,
                                 short v1,
                                 long k2,
                                 short v2,
                                 long k3,
                                 short v3)
Specified by:
newMutableMapOf in interface LongShortMapFactory

newMutableMapOf

HashLongShortMap newMutableMapOf(long k1,
                                 short v1,
                                 long k2,
                                 short v2,
                                 long k3,
                                 short v3,
                                 long k4,
                                 short v4)
Specified by:
newMutableMapOf in interface LongShortMapFactory

newMutableMapOf

HashLongShortMap newMutableMapOf(long k1,
                                 short v1,
                                 long k2,
                                 short v2,
                                 long k3,
                                 short v3,
                                 long k4,
                                 short v4,
                                 long k5,
                                 short v5)
Specified by:
newMutableMapOf in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap()
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4,
                                 Map<Long,Short> map5,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4,
                                 Map<Long,Short> map5)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Consumer<LongShortConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Consumer<LongShortConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(long[] keys,
                                 short[] values)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(long[] keys,
                                 short[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Long[] keys,
                                 Short[] values)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Long[] keys,
                                 Short[] values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Iterable<Long> keys,
                                 Iterable<Short> values)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMap

HashLongShortMap newUpdatableMap(Iterable<Long> keys,
                                 Iterable<Short> values,
                                 int expectedSize)
Specified by:
newUpdatableMap in interface LongShortMapFactory

newUpdatableMapOf

HashLongShortMap newUpdatableMapOf(long k1,
                                   short v1)
Specified by:
newUpdatableMapOf in interface LongShortMapFactory

newUpdatableMapOf

HashLongShortMap newUpdatableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2)
Specified by:
newUpdatableMapOf in interface LongShortMapFactory

newUpdatableMapOf

HashLongShortMap newUpdatableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2,
                                   long k3,
                                   short v3)
Specified by:
newUpdatableMapOf in interface LongShortMapFactory

newUpdatableMapOf

HashLongShortMap newUpdatableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2,
                                   long k3,
                                   short v3,
                                   long k4,
                                   short v4)
Specified by:
newUpdatableMapOf in interface LongShortMapFactory

newUpdatableMapOf

HashLongShortMap newUpdatableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2,
                                   long k3,
                                   short v3,
                                   long k4,
                                   short v4,
                                   long k5,
                                   short v5)
Specified by:
newUpdatableMapOf in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4,
                                 Map<Long,Short> map5,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Map<Long,Short> map1,
                                 Map<Long,Short> map2,
                                 Map<Long,Short> map3,
                                 Map<Long,Short> map4,
                                 Map<Long,Short> map5)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Consumer<LongShortConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Consumer<LongShortConsumer> entriesSupplier,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(long[] keys,
                                 short[] values)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(long[] keys,
                                 short[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Long[] keys,
                                 Short[] values)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Long[] keys,
                                 Short[] values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Iterable<Long> keys,
                                 Iterable<Short> values)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMap

HashLongShortMap newImmutableMap(Iterable<Long> keys,
                                 Iterable<Short> values,
                                 int expectedSize)
Specified by:
newImmutableMap in interface LongShortMapFactory

newImmutableMapOf

HashLongShortMap newImmutableMapOf(long k1,
                                   short v1)
Specified by:
newImmutableMapOf in interface LongShortMapFactory

newImmutableMapOf

HashLongShortMap newImmutableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2)
Specified by:
newImmutableMapOf in interface LongShortMapFactory

newImmutableMapOf

HashLongShortMap newImmutableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2,
                                   long k3,
                                   short v3)
Specified by:
newImmutableMapOf in interface LongShortMapFactory

newImmutableMapOf

HashLongShortMap newImmutableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2,
                                   long k3,
                                   short v3,
                                   long k4,
                                   short v4)
Specified by:
newImmutableMapOf in interface LongShortMapFactory

newImmutableMapOf

HashLongShortMap newImmutableMapOf(long k1,
                                   short v1,
                                   long k2,
                                   short v2,
                                   long k3,
                                   short v3,
                                   long k4,
                                   short v4,
                                   long k5,
                                   short v5)
Specified by:
newImmutableMapOf in interface LongShortMapFactory