net.openhft.collect.map.hash
Class HashCharCharMaps

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

public final class HashCharCharMaps
extends Object

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

See Also:
HashCharCharMap

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

Method Detail

getDefaultFactory

public static HashCharCharMapFactory getDefaultFactory()

newMutableMap

public static HashCharCharMap newMutableMap()

newMutableMap

public static HashCharCharMap newMutableMap(int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2,
                                            int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2,
                                            Map<Character,Character> map3,
                                            int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2,
                                            Map<Character,Character> map3,
                                            Map<Character,Character> map4,
                                            int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2,
                                            Map<Character,Character> map3,
                                            Map<Character,Character> map4,
                                            Map<Character,Character> map5,
                                            int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2,
                                            Map<Character,Character> map3)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2,
                                            Map<Character,Character> map3,
                                            Map<Character,Character> map4)

newMutableMap

public static HashCharCharMap newMutableMap(Map<Character,Character> map1,
                                            Map<Character,Character> map2,
                                            Map<Character,Character> map3,
                                            Map<Character,Character> map4,
                                            Map<Character,Character> map5)

newMutableMap

public static HashCharCharMap newMutableMap(Consumer<CharCharConsumer> entriesSupplier)

newMutableMap

public static HashCharCharMap newMutableMap(Consumer<CharCharConsumer> entriesSupplier,
                                            int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(char[] keys,
                                            char[] values)

newMutableMap

public static HashCharCharMap newMutableMap(char[] keys,
                                            char[] values,
                                            int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(Character[] keys,
                                            Character[] values)

newMutableMap

public static HashCharCharMap newMutableMap(Character[] keys,
                                            Character[] values,
                                            int expectedSize)

newMutableMap

public static HashCharCharMap newMutableMap(Iterable<Character> keys,
                                            Iterable<Character> values)

newMutableMap

public static HashCharCharMap newMutableMap(Iterable<Character> keys,
                                            Iterable<Character> values,
                                            int expectedSize)

newMutableMapOf

public static HashCharCharMap newMutableMapOf(char k1,
                                              char v1)

newMutableMapOf

public static HashCharCharMap newMutableMapOf(char k1,
                                              char v1,
                                              char k2,
                                              char v2)

newMutableMapOf

public static HashCharCharMap newMutableMapOf(char k1,
                                              char v1,
                                              char k2,
                                              char v2,
                                              char k3,
                                              char v3)

newMutableMapOf

public static HashCharCharMap newMutableMapOf(char k1,
                                              char v1,
                                              char k2,
                                              char v2,
                                              char k3,
                                              char v3,
                                              char k4,
                                              char v4)

newMutableMapOf

public static HashCharCharMap newMutableMapOf(char k1,
                                              char v1,
                                              char k2,
                                              char v2,
                                              char k3,
                                              char v3,
                                              char k4,
                                              char v4,
                                              char k5,
                                              char v5)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              int expectedSize)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              int expectedSize)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4,
                                              int expectedSize)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4,
                                              Map<Character,Character> map5,
                                              int expectedSize)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4,
                                              Map<Character,Character> map5)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Consumer<CharCharConsumer> entriesSupplier)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Consumer<CharCharConsumer> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(char[] keys,
                                              char[] values)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(char[] keys,
                                              char[] values,
                                              int expectedSize)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Character[] keys,
                                              Character[] values)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Character[] keys,
                                              Character[] values,
                                              int expectedSize)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Iterable<Character> keys,
                                              Iterable<Character> values)

newUpdatableMap

public static HashCharCharMap newUpdatableMap(Iterable<Character> keys,
                                              Iterable<Character> values,
                                              int expectedSize)

newUpdatableMapOf

public static HashCharCharMap newUpdatableMapOf(char k1,
                                                char v1)

newUpdatableMapOf

public static HashCharCharMap newUpdatableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2)

newUpdatableMapOf

public static HashCharCharMap newUpdatableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2,
                                                char k3,
                                                char v3)

newUpdatableMapOf

public static HashCharCharMap newUpdatableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2,
                                                char k3,
                                                char v3,
                                                char k4,
                                                char v4)

newUpdatableMapOf

public static HashCharCharMap newUpdatableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2,
                                                char k3,
                                                char v3,
                                                char k4,
                                                char v4,
                                                char k5,
                                                char v5)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              int expectedSize)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              int expectedSize)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4,
                                              int expectedSize)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4,
                                              Map<Character,Character> map5,
                                              int expectedSize)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4)

newImmutableMap

public static HashCharCharMap newImmutableMap(Map<Character,Character> map1,
                                              Map<Character,Character> map2,
                                              Map<Character,Character> map3,
                                              Map<Character,Character> map4,
                                              Map<Character,Character> map5)

newImmutableMap

public static HashCharCharMap newImmutableMap(Consumer<CharCharConsumer> entriesSupplier)

newImmutableMap

public static HashCharCharMap newImmutableMap(Consumer<CharCharConsumer> entriesSupplier,
                                              int expectedSize)

newImmutableMap

public static HashCharCharMap newImmutableMap(char[] keys,
                                              char[] values)

newImmutableMap

public static HashCharCharMap newImmutableMap(char[] keys,
                                              char[] values,
                                              int expectedSize)

newImmutableMap

public static HashCharCharMap newImmutableMap(Character[] keys,
                                              Character[] values)

newImmutableMap

public static HashCharCharMap newImmutableMap(Character[] keys,
                                              Character[] values,
                                              int expectedSize)

newImmutableMap

public static HashCharCharMap newImmutableMap(Iterable<Character> keys,
                                              Iterable<Character> values)

newImmutableMap

public static HashCharCharMap newImmutableMap(Iterable<Character> keys,
                                              Iterable<Character> values,
                                              int expectedSize)

newImmutableMapOf

public static HashCharCharMap newImmutableMapOf(char k1,
                                                char v1)

newImmutableMapOf

public static HashCharCharMap newImmutableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2)

newImmutableMapOf

public static HashCharCharMap newImmutableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2,
                                                char k3,
                                                char v3)

newImmutableMapOf

public static HashCharCharMap newImmutableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2,
                                                char k3,
                                                char v3,
                                                char k4,
                                                char v4)

newImmutableMapOf

public static HashCharCharMap newImmutableMapOf(char k1,
                                                char v1,
                                                char k2,
                                                char v2,
                                                char k3,
                                                char v3,
                                                char k4,
                                                char v4,
                                                char k5,
                                                char v5)