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