net.openhft.collect.map
Interface CharObjMapFactory<V>

All Known Subinterfaces:
HashCharObjMapFactory<V>

public interface CharObjMapFactory<V>

An immutable factory of CharObjMaps.

See Also:
CharObjMap

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

Method Detail

getValueEquivalence

@Nullable
Equivalence<V> getValueEquivalence()

withValueEquivalence

<VE> CharObjMapFactory<VE> withValueEquivalence(@Nullable
                                                Equivalence<VE> valueEquivalence)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap()

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(int expectedSize)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                            Map<Character,? extends V2> map2,
                                            int expectedSize)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                            Map<Character,? extends V2> map2,
                                            Map<Character,? extends V2> map3,
                                            int expectedSize)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                            Map<Character,? extends V2> map2,
                                            Map<Character,? extends V2> map3,
                                            Map<Character,? extends V2> map4,
                                            int expectedSize)

newMutableMap

<V2 extends V> CharObjMap<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)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Map<Character,? extends V2> map)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                            Map<Character,? extends V2> map2)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                            Map<Character,? extends V2> map2,
                                            Map<Character,? extends V2> map3)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Map<Character,? extends V2> map1,
                                            Map<Character,? extends V2> map2,
                                            Map<Character,? extends V2> map3,
                                            Map<Character,? extends V2> map4)

newMutableMap

<V2 extends V> CharObjMap<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)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
                                            int expectedSize)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(char[] keys,
                                            V2[] values)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(char[] keys,
                                            V2[] values,
                                            int expectedSize)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Character[] keys,
                                            V2[] values)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Character[] keys,
                                            V2[] values,
                                            int expectedSize)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Iterable<Character> keys,
                                            Iterable<? extends V2> values)

newMutableMap

<V2 extends V> CharObjMap<V2> newMutableMap(Iterable<Character> keys,
                                            Iterable<? extends V2> values,
                                            int expectedSize)

newMutableMapOf

<V2 extends V> CharObjMap<V2> newMutableMapOf(char k1,
                                              V2 v1)

newMutableMapOf

<V2 extends V> CharObjMap<V2> newMutableMapOf(char k1,
                                              V2 v1,
                                              char k2,
                                              V2 v2)

newMutableMapOf

<V2 extends V> CharObjMap<V2> newMutableMapOf(char k1,
                                              V2 v1,
                                              char k2,
                                              V2 v2,
                                              char k3,
                                              V2 v3)

newMutableMapOf

<V2 extends V> CharObjMap<V2> newMutableMapOf(char k1,
                                              V2 v1,
                                              char k2,
                                              V2 v2,
                                              char k3,
                                              V2 v3,
                                              char k4,
                                              V2 v4)

newMutableMapOf

<V2 extends V> CharObjMap<V2> newMutableMapOf(char k1,
                                              V2 v1,
                                              char k2,
                                              V2 v2,
                                              char k3,
                                              V2 v3,
                                              char k4,
                                              V2 v4,
                                              char k5,
                                              V2 v5)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap()

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(int expectedSize)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              int expectedSize)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3,
                                              int expectedSize)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3,
                                              Map<Character,? extends V2> map4,
                                              int expectedSize)

newUpdatableMap

<V2 extends V> CharObjMap<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)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3,
                                              Map<Character,? extends V2> map4)

newUpdatableMap

<V2 extends V> CharObjMap<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)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
                                              int expectedSize)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(char[] keys,
                                              V2[] values)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(char[] keys,
                                              V2[] values,
                                              int expectedSize)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Character[] keys,
                                              V2[] values)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Character[] keys,
                                              V2[] values,
                                              int expectedSize)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Iterable<Character> keys,
                                              Iterable<? extends V2> values)

newUpdatableMap

<V2 extends V> CharObjMap<V2> newUpdatableMap(Iterable<Character> keys,
                                              Iterable<? extends V2> values,
                                              int expectedSize)

newUpdatableMapOf

<V2 extends V> CharObjMap<V2> newUpdatableMapOf(char k1,
                                                V2 v1)

newUpdatableMapOf

<V2 extends V> CharObjMap<V2> newUpdatableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2)

newUpdatableMapOf

<V2 extends V> CharObjMap<V2> newUpdatableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2,
                                                char k3,
                                                V2 v3)

newUpdatableMapOf

<V2 extends V> CharObjMap<V2> newUpdatableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2,
                                                char k3,
                                                V2 v3,
                                                char k4,
                                                V2 v4)

newUpdatableMapOf

<V2 extends V> CharObjMap<V2> newUpdatableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2,
                                                char k3,
                                                V2 v3,
                                                char k4,
                                                V2 v4,
                                                char k5,
                                                V2 v5)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              int expectedSize)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3,
                                              int expectedSize)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3,
                                              Map<Character,? extends V2> map4,
                                              int expectedSize)

newImmutableMap

<V2 extends V> CharObjMap<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)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Map<Character,? extends V2> map1,
                                              Map<Character,? extends V2> map2,
                                              Map<Character,? extends V2> map3,
                                              Map<Character,? extends V2> map4)

newImmutableMap

<V2 extends V> CharObjMap<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)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
                                              int expectedSize)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(char[] keys,
                                              V2[] values)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(char[] keys,
                                              V2[] values,
                                              int expectedSize)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Character[] keys,
                                              V2[] values)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Character[] keys,
                                              V2[] values,
                                              int expectedSize)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Iterable<Character> keys,
                                              Iterable<? extends V2> values)

newImmutableMap

<V2 extends V> CharObjMap<V2> newImmutableMap(Iterable<Character> keys,
                                              Iterable<? extends V2> values,
                                              int expectedSize)

newImmutableMapOf

<V2 extends V> CharObjMap<V2> newImmutableMapOf(char k1,
                                                V2 v1)

newImmutableMapOf

<V2 extends V> CharObjMap<V2> newImmutableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2)

newImmutableMapOf

<V2 extends V> CharObjMap<V2> newImmutableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2,
                                                char k3,
                                                V2 v3)

newImmutableMapOf

<V2 extends V> CharObjMap<V2> newImmutableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2,
                                                char k3,
                                                V2 v3,
                                                char k4,
                                                V2 v4)

newImmutableMapOf

<V2 extends V> CharObjMap<V2> newImmutableMapOf(char k1,
                                                V2 v1,
                                                char k2,
                                                V2 v2,
                                                char k3,
                                                V2 v3,
                                                char k4,
                                                V2 v4,
                                                char k5,
                                                V2 v5)