net.openhft.collect.map.hash
Interface HashLongCharMapFactory

All Superinterfaces:
HashContainerFactory<HashLongCharMapFactory>, LongCharMapFactory, LongHashFactory<HashLongCharMapFactory>

public interface HashLongCharMapFactory
extends LongCharMapFactory, LongHashFactory<HashLongCharMapFactory>

An immutable factory of HashLongCharMaps

See Also:
HashLongCharMap, HashLongCharMaps.getDefaultFactory()

Method Summary
 HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier)
           
 HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier, int expectedSize)
           
 HashLongCharMap newImmutableMap(Iterable<Long> keys, Iterable<Character> values)
           
 HashLongCharMap newImmutableMap(Iterable<Long> keys, Iterable<Character> values, int expectedSize)
           
 HashLongCharMap newImmutableMap(long[] keys, char[] values)
           
 HashLongCharMap newImmutableMap(long[] keys, char[] values, int expectedSize)
           
 HashLongCharMap newImmutableMap(Long[] keys, Character[] values)
           
 HashLongCharMap newImmutableMap(Long[] keys, Character[] values, int expectedSize)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, int expectedSize)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, int expectedSize)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, int expectedSize)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5)
           
 HashLongCharMap newImmutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5, int expectedSize)
           
 HashLongCharMap newImmutableMapOf(long k1, char v1)
           
 HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2)
           
 HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3)
           
 HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4)
           
 HashLongCharMap newImmutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4, long k5, char v5)
           
 HashLongCharMap newMutableMap()
           
 HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier)
           
 HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier, int expectedSize)
           
 HashLongCharMap newMutableMap(int expectedSize)
           
 HashLongCharMap newMutableMap(Iterable<Long> keys, Iterable<Character> values)
           
 HashLongCharMap newMutableMap(Iterable<Long> keys, Iterable<Character> values, int expectedSize)
           
 HashLongCharMap newMutableMap(long[] keys, char[] values)
           
 HashLongCharMap newMutableMap(long[] keys, char[] values, int expectedSize)
           
 HashLongCharMap newMutableMap(Long[] keys, Character[] values)
           
 HashLongCharMap newMutableMap(Long[] keys, Character[] values, int expectedSize)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, int expectedSize)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, int expectedSize)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, int expectedSize)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5)
           
 HashLongCharMap newMutableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5, int expectedSize)
           
 HashLongCharMap newMutableMapOf(long k1, char v1)
           
 HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2)
           
 HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3)
           
 HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4)
           
 HashLongCharMap newMutableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4, long k5, char v5)
           
 HashLongCharMap newUpdatableMap()
           
 HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier)
           
 HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier, int expectedSize)
           
 HashLongCharMap newUpdatableMap(int expectedSize)
           
 HashLongCharMap newUpdatableMap(Iterable<Long> keys, Iterable<Character> values)
           
 HashLongCharMap newUpdatableMap(Iterable<Long> keys, Iterable<Character> values, int expectedSize)
           
 HashLongCharMap newUpdatableMap(long[] keys, char[] values)
           
 HashLongCharMap newUpdatableMap(long[] keys, char[] values, int expectedSize)
           
 HashLongCharMap newUpdatableMap(Long[] keys, Character[] values)
           
 HashLongCharMap newUpdatableMap(Long[] keys, Character[] values, int expectedSize)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, int expectedSize)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, int expectedSize)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, int expectedSize)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5)
           
 HashLongCharMap newUpdatableMap(Map<Long,Character> map1, Map<Long,Character> map2, Map<Long,Character> map3, Map<Long,Character> map4, Map<Long,Character> map5, int expectedSize)
           
 HashLongCharMap newUpdatableMapOf(long k1, char v1)
           
 HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2)
           
 HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2, long k3, char v3)
           
 HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4)
           
 HashLongCharMap newUpdatableMapOf(long k1, char v1, long k2, char v2, long k3, char v3, long k4, char v4, long k5, char v5)
           
 HashLongCharMapFactory withDefaultValue(char defaultValue)
           
 
Methods inherited from interface net.openhft.collect.map.LongCharMapFactory
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

HashLongCharMapFactory withDefaultValue(char defaultValue)
Specified by:
withDefaultValue in interface LongCharMapFactory
See Also:
LongCharMap.defaultValue()

newMutableMap

HashLongCharMap newMutableMap()
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2,
                              Map<Long,Character> map3,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2,
                              Map<Long,Character> map3,
                              Map<Long,Character> map4,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2,
                              Map<Long,Character> map3,
                              Map<Long,Character> map4,
                              Map<Long,Character> map5,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2,
                              Map<Long,Character> map3)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2,
                              Map<Long,Character> map3,
                              Map<Long,Character> map4)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Map<Long,Character> map1,
                              Map<Long,Character> map2,
                              Map<Long,Character> map3,
                              Map<Long,Character> map4,
                              Map<Long,Character> map5)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Consumer<LongCharConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(long[] keys,
                              char[] values)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(long[] keys,
                              char[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Long[] keys,
                              Character[] values)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Long[] keys,
                              Character[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Iterable<Long> keys,
                              Iterable<Character> values)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMap

HashLongCharMap newMutableMap(Iterable<Long> keys,
                              Iterable<Character> values,
                              int expectedSize)
Specified by:
newMutableMap in interface LongCharMapFactory

newMutableMapOf

HashLongCharMap newMutableMapOf(long k1,
                                char v1)
Specified by:
newMutableMapOf in interface LongCharMapFactory

newMutableMapOf

HashLongCharMap newMutableMapOf(long k1,
                                char v1,
                                long k2,
                                char v2)
Specified by:
newMutableMapOf in interface LongCharMapFactory

newMutableMapOf

HashLongCharMap newMutableMapOf(long k1,
                                char v1,
                                long k2,
                                char v2,
                                long k3,
                                char v3)
Specified by:
newMutableMapOf in interface LongCharMapFactory

newMutableMapOf

HashLongCharMap newMutableMapOf(long k1,
                                char v1,
                                long k2,
                                char v2,
                                long k3,
                                char v3,
                                long k4,
                                char v4)
Specified by:
newMutableMapOf in interface LongCharMapFactory

newMutableMapOf

HashLongCharMap newMutableMapOf(long k1,
                                char v1,
                                long k2,
                                char v2,
                                long k3,
                                char v3,
                                long k4,
                                char v4,
                                long k5,
                                char v5)
Specified by:
newMutableMapOf in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap()
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4,
                                Map<Long,Character> map5,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4,
                                Map<Long,Character> map5)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Consumer<LongCharConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(long[] keys,
                                char[] values)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(long[] keys,
                                char[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Long[] keys,
                                Character[] values)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Long[] keys,
                                Character[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Iterable<Long> keys,
                                Iterable<Character> values)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMap

HashLongCharMap newUpdatableMap(Iterable<Long> keys,
                                Iterable<Character> values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface LongCharMapFactory

newUpdatableMapOf

HashLongCharMap newUpdatableMapOf(long k1,
                                  char v1)
Specified by:
newUpdatableMapOf in interface LongCharMapFactory

newUpdatableMapOf

HashLongCharMap newUpdatableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2)
Specified by:
newUpdatableMapOf in interface LongCharMapFactory

newUpdatableMapOf

HashLongCharMap newUpdatableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2,
                                  long k3,
                                  char v3)
Specified by:
newUpdatableMapOf in interface LongCharMapFactory

newUpdatableMapOf

HashLongCharMap newUpdatableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2,
                                  long k3,
                                  char v3,
                                  long k4,
                                  char v4)
Specified by:
newUpdatableMapOf in interface LongCharMapFactory

newUpdatableMapOf

HashLongCharMap newUpdatableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2,
                                  long k3,
                                  char v3,
                                  long k4,
                                  char v4,
                                  long k5,
                                  char v5)
Specified by:
newUpdatableMapOf in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4,
                                Map<Long,Character> map5,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Map<Long,Character> map1,
                                Map<Long,Character> map2,
                                Map<Long,Character> map3,
                                Map<Long,Character> map4,
                                Map<Long,Character> map5)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Consumer<LongCharConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(long[] keys,
                                char[] values)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(long[] keys,
                                char[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Long[] keys,
                                Character[] values)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Long[] keys,
                                Character[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Iterable<Long> keys,
                                Iterable<Character> values)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMap

HashLongCharMap newImmutableMap(Iterable<Long> keys,
                                Iterable<Character> values,
                                int expectedSize)
Specified by:
newImmutableMap in interface LongCharMapFactory

newImmutableMapOf

HashLongCharMap newImmutableMapOf(long k1,
                                  char v1)
Specified by:
newImmutableMapOf in interface LongCharMapFactory

newImmutableMapOf

HashLongCharMap newImmutableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2)
Specified by:
newImmutableMapOf in interface LongCharMapFactory

newImmutableMapOf

HashLongCharMap newImmutableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2,
                                  long k3,
                                  char v3)
Specified by:
newImmutableMapOf in interface LongCharMapFactory

newImmutableMapOf

HashLongCharMap newImmutableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2,
                                  long k3,
                                  char v3,
                                  long k4,
                                  char v4)
Specified by:
newImmutableMapOf in interface LongCharMapFactory

newImmutableMapOf

HashLongCharMap newImmutableMapOf(long k1,
                                  char v1,
                                  long k2,
                                  char v2,
                                  long k3,
                                  char v3,
                                  long k4,
                                  char v4,
                                  long k5,
                                  char v5)
Specified by:
newImmutableMapOf in interface LongCharMapFactory