net.openhft.collect.map.hash
Interface HashCharLongMapFactory

All Superinterfaces:
CharHashFactory<HashCharLongMapFactory>, CharLongMapFactory, HashContainerFactory<HashCharLongMapFactory>

public interface HashCharLongMapFactory
extends CharLongMapFactory, CharHashFactory<HashCharLongMapFactory>

An immutable factory of HashCharLongMaps

See Also:
HashCharLongMap, HashCharLongMaps.getDefaultFactory()

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

Method Detail

withDefaultValue

HashCharLongMapFactory withDefaultValue(long defaultValue)
Specified by:
withDefaultValue in interface CharLongMapFactory
See Also:
CharLongMap.defaultValue()

newMutableMap

HashCharLongMap newMutableMap()
Specified by:
newMutableMap in interface CharLongMapFactory

newMutableMap

HashCharLongMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface CharLongMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

HashCharLongMap newMutableMap(Map<Character,Long> map)
Specified by:
newMutableMap in interface CharLongMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMap

HashCharLongMap newMutableMap(Consumer<CharLongConsumer> entriesSupplier)
Specified by:
newMutableMap in interface CharLongMapFactory

newMutableMap

HashCharLongMap newMutableMap(Consumer<CharLongConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface CharLongMapFactory

newMutableMap

HashCharLongMap newMutableMap(char[] keys,
                              long[] values)
Specified by:
newMutableMap in interface CharLongMapFactory

newMutableMap

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

newMutableMap

HashCharLongMap newMutableMap(Character[] keys,
                              Long[] values)
Specified by:
newMutableMap in interface CharLongMapFactory

newMutableMap

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

newMutableMap

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

newMutableMap

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

newMutableMapOf

HashCharLongMap newMutableMapOf(char k1,
                                long v1)
Specified by:
newMutableMapOf in interface CharLongMapFactory

newMutableMapOf

HashCharLongMap newMutableMapOf(char k1,
                                long v1,
                                char k2,
                                long v2)
Specified by:
newMutableMapOf in interface CharLongMapFactory

newMutableMapOf

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

newMutableMapOf

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

newMutableMapOf

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

newUpdatableMap

HashCharLongMap newUpdatableMap()
Specified by:
newUpdatableMap in interface CharLongMapFactory

newUpdatableMap

HashCharLongMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface CharLongMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

HashCharLongMap newUpdatableMap(Map<Character,Long> map)
Specified by:
newUpdatableMap in interface CharLongMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

HashCharLongMap newUpdatableMap(Consumer<CharLongConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface CharLongMapFactory

newUpdatableMap

HashCharLongMap newUpdatableMap(Consumer<CharLongConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharLongMapFactory

newUpdatableMap

HashCharLongMap newUpdatableMap(char[] keys,
                                long[] values)
Specified by:
newUpdatableMap in interface CharLongMapFactory

newUpdatableMap

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

newUpdatableMap

HashCharLongMap newUpdatableMap(Character[] keys,
                                Long[] values)
Specified by:
newUpdatableMap in interface CharLongMapFactory

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMap

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

newUpdatableMapOf

HashCharLongMap newUpdatableMapOf(char k1,
                                  long v1)
Specified by:
newUpdatableMapOf in interface CharLongMapFactory

newUpdatableMapOf

HashCharLongMap newUpdatableMapOf(char k1,
                                  long v1,
                                  char k2,
                                  long v2)
Specified by:
newUpdatableMapOf in interface CharLongMapFactory

newUpdatableMapOf

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

newUpdatableMapOf

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

newUpdatableMapOf

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

HashCharLongMap newImmutableMap(Map<Character,Long> map)
Specified by:
newImmutableMap in interface CharLongMapFactory

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMap

HashCharLongMap newImmutableMap(Consumer<CharLongConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface CharLongMapFactory

newImmutableMap

HashCharLongMap newImmutableMap(Consumer<CharLongConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharLongMapFactory

newImmutableMap

HashCharLongMap newImmutableMap(char[] keys,
                                long[] values)
Specified by:
newImmutableMap in interface CharLongMapFactory

newImmutableMap

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

newImmutableMap

HashCharLongMap newImmutableMap(Character[] keys,
                                Long[] values)
Specified by:
newImmutableMap in interface CharLongMapFactory

newImmutableMap

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

newImmutableMap

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

newImmutableMap

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

newImmutableMapOf

HashCharLongMap newImmutableMapOf(char k1,
                                  long v1)
Specified by:
newImmutableMapOf in interface CharLongMapFactory

newImmutableMapOf

HashCharLongMap newImmutableMapOf(char k1,
                                  long v1,
                                  char k2,
                                  long v2)
Specified by:
newImmutableMapOf in interface CharLongMapFactory

newImmutableMapOf

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

newImmutableMapOf

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

newImmutableMapOf

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