net.openhft.collect.map.hash
Interface HashCharObjMapFactory<V>

All Superinterfaces:
CharHashFactory<HashCharObjMapFactory<V>>, CharObjMapFactory<V>, HashContainerFactory<HashCharObjMapFactory<V>>

public interface HashCharObjMapFactory<V>
extends CharObjMapFactory<V>, CharHashFactory<HashCharObjMapFactory<V>>

An immutable factory of HashCharObjMaps

See Also:
HashCharObjMap, HashCharObjMaps.getDefaultFactory()

Method Summary
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(char[] keys, V2[] values)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(char[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Character[] keys, V2[] values)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Character[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Iterable<Character> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Iterable<Character> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, Map<Character,? extends V2> map5)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, Map<Character,? extends V2> map5, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMapOf(char k1, V2 v1)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMapOf(char k1, V2 v1, char k2, V2 v2)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3, char k4, V2 v4)
           
<V2 extends V>
HashCharObjMap<V2>
newImmutableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3, char k4, V2 v4, char k5, V2 v5)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap()
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(char[] keys, V2[] values)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(char[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Character[] keys, V2[] values)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Character[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Iterable<Character> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Iterable<Character> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, Map<Character,? extends V2> map5)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, Map<Character,? extends V2> map5, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMapOf(char k1, V2 v1)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMapOf(char k1, V2 v1, char k2, V2 v2)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3, char k4, V2 v4)
           
<V2 extends V>
HashCharObjMap<V2>
newMutableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3, char k4, V2 v4, char k5, V2 v5)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap()
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(char[] keys, V2[] values)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(char[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Character[] keys, V2[] values)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Character[] keys, V2[] values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Iterable<Character> keys, Iterable<? extends V2> values)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Iterable<Character> keys, Iterable<? extends V2> values, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, Map<Character,? extends V2> map5)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMap(Map<Character,? extends V2> map1, Map<Character,? extends V2> map2, Map<Character,? extends V2> map3, Map<Character,? extends V2> map4, Map<Character,? extends V2> map5, int expectedSize)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMapOf(char k1, V2 v1)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMapOf(char k1, V2 v1, char k2, V2 v2)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3, char k4, V2 v4)
           
<V2 extends V>
HashCharObjMap<V2>
newUpdatableMapOf(char k1, V2 v1, char k2, V2 v2, char k3, V2 v3, char k4, V2 v4, char k5, V2 v5)
           
<VE> HashCharObjMapFactory<VE>
withValueEquivalence(Equivalence<VE> valueEquivalence)
           
 
Methods inherited from interface net.openhft.collect.map.CharObjMapFactory
getValueEquivalence
 
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

withValueEquivalence

<VE> HashCharObjMapFactory<VE> withValueEquivalence(@Nullable
                                                    Equivalence<VE> valueEquivalence)
Specified by:
withValueEquivalence in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap()
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2,
                                                Map<Character,? extends V2> map3,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2,
                                                Map<Character,? extends V2> map3,
                                                Map<Character,? extends V2> map4,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2,
                                                Map<Character,? extends V2> map3,
                                                Map<Character,? extends V2> map4,
                                                Map<Character,? extends V2> map5,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2,
                                                Map<Character,? extends V2> map3)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2,
                                                Map<Character,? extends V2> map3,
                                                Map<Character,? extends V2> map4)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                                Map<Character,? extends V2> map2,
                                                Map<Character,? extends V2> map3,
                                                Map<Character,? extends V2> map4,
                                                Map<Character,? extends V2> map5)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(char[] keys,
                                                V2[] values)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(char[] keys,
                                                V2[] values,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Character[] keys,
                                                V2[] values)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Character[] keys,
                                                V2[] values,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Iterable<Character> keys,
                                                Iterable<? extends V2> values)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMap

<V2 extends V> HashCharObjMap<V2> newMutableMap(Iterable<Character> keys,
                                                Iterable<? extends V2> values,
                                                int expectedSize)
Specified by:
newMutableMap in interface CharObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashCharObjMap<V2> newMutableMapOf(char k1,
                                                  V2 v1)
Specified by:
newMutableMapOf in interface CharObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashCharObjMap<V2> newMutableMapOf(char k1,
                                                  V2 v1,
                                                  char k2,
                                                  V2 v2)
Specified by:
newMutableMapOf in interface CharObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashCharObjMap<V2> newMutableMapOf(char k1,
                                                  V2 v1,
                                                  char k2,
                                                  V2 v2,
                                                  char k3,
                                                  V2 v3)
Specified by:
newMutableMapOf in interface CharObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashCharObjMap<V2> newMutableMapOf(char k1,
                                                  V2 v1,
                                                  char k2,
                                                  V2 v2,
                                                  char k3,
                                                  V2 v3,
                                                  char k4,
                                                  V2 v4)
Specified by:
newMutableMapOf in interface CharObjMapFactory<V>

newMutableMapOf

<V2 extends V> HashCharObjMap<V2> newMutableMapOf(char k1,
                                                  V2 v1,
                                                  char k2,
                                                  V2 v2,
                                                  char k3,
                                                  V2 v3,
                                                  char k4,
                                                  V2 v4,
                                                  char k5,
                                                  V2 v5)
Specified by:
newMutableMapOf in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap()
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4,
                                                  Map<Character,? extends V2> map5,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4,
                                                  Map<Character,? extends V2> map5)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(char[] keys,
                                                  V2[] values)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(char[] keys,
                                                  V2[] values,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Character[] keys,
                                                  V2[] values)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Character[] keys,
                                                  V2[] values,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Iterable<Character> keys,
                                                  Iterable<? extends V2> values)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMap

<V2 extends V> HashCharObjMap<V2> newUpdatableMap(Iterable<Character> keys,
                                                  Iterable<? extends V2> values,
                                                  int expectedSize)
Specified by:
newUpdatableMap in interface CharObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashCharObjMap<V2> newUpdatableMapOf(char k1,
                                                    V2 v1)
Specified by:
newUpdatableMapOf in interface CharObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashCharObjMap<V2> newUpdatableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2)
Specified by:
newUpdatableMapOf in interface CharObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashCharObjMap<V2> newUpdatableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2,
                                                    char k3,
                                                    V2 v3)
Specified by:
newUpdatableMapOf in interface CharObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashCharObjMap<V2> newUpdatableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2,
                                                    char k3,
                                                    V2 v3,
                                                    char k4,
                                                    V2 v4)
Specified by:
newUpdatableMapOf in interface CharObjMapFactory<V>

newUpdatableMapOf

<V2 extends V> HashCharObjMap<V2> newUpdatableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2,
                                                    char k3,
                                                    V2 v3,
                                                    char k4,
                                                    V2 v4,
                                                    char k5,
                                                    V2 v5)
Specified by:
newUpdatableMapOf in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4,
                                                  Map<Character,? extends V2> map5,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                                  Map<Character,? extends V2> map2,
                                                  Map<Character,? extends V2> map3,
                                                  Map<Character,? extends V2> map4,
                                                  Map<Character,? extends V2> map5)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(char[] keys,
                                                  V2[] values)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(char[] keys,
                                                  V2[] values,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Character[] keys,
                                                  V2[] values)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Character[] keys,
                                                  V2[] values,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Iterable<Character> keys,
                                                  Iterable<? extends V2> values)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMap

<V2 extends V> HashCharObjMap<V2> newImmutableMap(Iterable<Character> keys,
                                                  Iterable<? extends V2> values,
                                                  int expectedSize)
Specified by:
newImmutableMap in interface CharObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashCharObjMap<V2> newImmutableMapOf(char k1,
                                                    V2 v1)
Specified by:
newImmutableMapOf in interface CharObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashCharObjMap<V2> newImmutableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2)
Specified by:
newImmutableMapOf in interface CharObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashCharObjMap<V2> newImmutableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2,
                                                    char k3,
                                                    V2 v3)
Specified by:
newImmutableMapOf in interface CharObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashCharObjMap<V2> newImmutableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2,
                                                    char k3,
                                                    V2 v3,
                                                    char k4,
                                                    V2 v4)
Specified by:
newImmutableMapOf in interface CharObjMapFactory<V>

newImmutableMapOf

<V2 extends V> HashCharObjMap<V2> newImmutableMapOf(char k1,
                                                    V2 v1,
                                                    char k2,
                                                    V2 v2,
                                                    char k3,
                                                    V2 v3,
                                                    char k4,
                                                    V2 v4,
                                                    char k5,
                                                    V2 v5)
Specified by:
newImmutableMapOf in interface CharObjMapFactory<V>