net.openhft.collect.map.hash
Interface HashCharCharMapFactory

All Superinterfaces:
CharCharMapFactory, CharHashFactory<HashCharCharMapFactory>, HashContainerFactory<HashCharCharMapFactory>

public interface HashCharCharMapFactory
extends CharCharMapFactory, CharHashFactory<HashCharCharMapFactory>

An immutable factory of HashCharCharMaps

See Also:
HashCharCharMap, HashCharCharMaps.getDefaultFactory()

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

HashCharCharMapFactory withDefaultValue(char defaultValue)
Specified by:
withDefaultValue in interface CharCharMapFactory
See Also:
CharCharMap.defaultValue()

newMutableMap

HashCharCharMap newMutableMap()
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map1,
                              Map<Character,Character> map2,
                              int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map1,
                              Map<Character,Character> map2,
                              Map<Character,Character> map3,
                              int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map1,
                              Map<Character,Character> map2,
                              Map<Character,Character> map3,
                              Map<Character,Character> map4,
                              int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

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

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map1,
                              Map<Character,Character> map2)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map1,
                              Map<Character,Character> map2,
                              Map<Character,Character> map3)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map1,
                              Map<Character,Character> map2,
                              Map<Character,Character> map3,
                              Map<Character,Character> map4)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Map<Character,Character> map1,
                              Map<Character,Character> map2,
                              Map<Character,Character> map3,
                              Map<Character,Character> map4,
                              Map<Character,Character> map5)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Consumer<CharCharConsumer> entriesSupplier)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Consumer<CharCharConsumer> entriesSupplier,
                              int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(char[] keys,
                              char[] values)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(char[] keys,
                              char[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Character[] keys,
                              Character[] values)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Character[] keys,
                              Character[] values,
                              int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Iterable<Character> keys,
                              Iterable<Character> values)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMap

HashCharCharMap newMutableMap(Iterable<Character> keys,
                              Iterable<Character> values,
                              int expectedSize)
Specified by:
newMutableMap in interface CharCharMapFactory

newMutableMapOf

HashCharCharMap newMutableMapOf(char k1,
                                char v1)
Specified by:
newMutableMapOf in interface CharCharMapFactory

newMutableMapOf

HashCharCharMap newMutableMapOf(char k1,
                                char v1,
                                char k2,
                                char v2)
Specified by:
newMutableMapOf in interface CharCharMapFactory

newMutableMapOf

HashCharCharMap newMutableMapOf(char k1,
                                char v1,
                                char k2,
                                char v2,
                                char k3,
                                char v3)
Specified by:
newMutableMapOf in interface CharCharMapFactory

newMutableMapOf

HashCharCharMap newMutableMapOf(char k1,
                                char v1,
                                char k2,
                                char v2,
                                char k3,
                                char v3,
                                char k4,
                                char v4)
Specified by:
newMutableMapOf in interface CharCharMapFactory

newMutableMapOf

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

newUpdatableMap

HashCharCharMap newUpdatableMap()
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                Map<Character,Character> map4,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

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

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                Map<Character,Character> map4)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                Map<Character,Character> map4,
                                Map<Character,Character> map5)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Consumer<CharCharConsumer> entriesSupplier)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Consumer<CharCharConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(char[] keys,
                                char[] values)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(char[] keys,
                                char[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Character[] keys,
                                Character[] values)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Character[] keys,
                                Character[] values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Iterable<Character> keys,
                                Iterable<Character> values)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMap

HashCharCharMap newUpdatableMap(Iterable<Character> keys,
                                Iterable<Character> values,
                                int expectedSize)
Specified by:
newUpdatableMap in interface CharCharMapFactory

newUpdatableMapOf

HashCharCharMap newUpdatableMapOf(char k1,
                                  char v1)
Specified by:
newUpdatableMapOf in interface CharCharMapFactory

newUpdatableMapOf

HashCharCharMap newUpdatableMapOf(char k1,
                                  char v1,
                                  char k2,
                                  char v2)
Specified by:
newUpdatableMapOf in interface CharCharMapFactory

newUpdatableMapOf

HashCharCharMap newUpdatableMapOf(char k1,
                                  char v1,
                                  char k2,
                                  char v2,
                                  char k3,
                                  char v3)
Specified by:
newUpdatableMapOf in interface CharCharMapFactory

newUpdatableMapOf

HashCharCharMap newUpdatableMapOf(char k1,
                                  char v1,
                                  char k2,
                                  char v2,
                                  char k3,
                                  char v3,
                                  char k4,
                                  char v4)
Specified by:
newUpdatableMapOf in interface CharCharMapFactory

newUpdatableMapOf

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

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                Map<Character,Character> map4,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

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

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                Map<Character,Character> map4)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                Map<Character,Character> map2,
                                Map<Character,Character> map3,
                                Map<Character,Character> map4,
                                Map<Character,Character> map5)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Consumer<CharCharConsumer> entriesSupplier)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Consumer<CharCharConsumer> entriesSupplier,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(char[] keys,
                                char[] values)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(char[] keys,
                                char[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Character[] keys,
                                Character[] values)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Character[] keys,
                                Character[] values,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Iterable<Character> keys,
                                Iterable<Character> values)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMap

HashCharCharMap newImmutableMap(Iterable<Character> keys,
                                Iterable<Character> values,
                                int expectedSize)
Specified by:
newImmutableMap in interface CharCharMapFactory

newImmutableMapOf

HashCharCharMap newImmutableMapOf(char k1,
                                  char v1)
Specified by:
newImmutableMapOf in interface CharCharMapFactory

newImmutableMapOf

HashCharCharMap newImmutableMapOf(char k1,
                                  char v1,
                                  char k2,
                                  char v2)
Specified by:
newImmutableMapOf in interface CharCharMapFactory

newImmutableMapOf

HashCharCharMap newImmutableMapOf(char k1,
                                  char v1,
                                  char k2,
                                  char v2,
                                  char k3,
                                  char v3)
Specified by:
newImmutableMapOf in interface CharCharMapFactory

newImmutableMapOf

HashCharCharMap newImmutableMapOf(char k1,
                                  char v1,
                                  char k2,
                                  char v2,
                                  char k3,
                                  char v3,
                                  char k4,
                                  char v4)
Specified by:
newImmutableMapOf in interface CharCharMapFactory

newImmutableMapOf

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