Package | Description |
---|---|
com.koloboke.collect.map.hash |
Contains interfaces of
Map specializations, based on hash tables,
their factories and static factory methods. |
Modifier and Type | Method and Description |
---|---|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Consumer<ObjCharConsumer<K>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Consumer<ObjCharConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Consumer<ObjCharConsumer<K2>> entriesSupplier) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Consumer<ObjCharConsumer<K2>> entriesSupplier,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Iterable<? extends K> keys,
Iterable<Character> values)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Iterable<? extends K> keys,
Iterable<Character> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Iterable<? extends K2> keys,
Iterable<Character> values) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Iterable<? extends K2> keys,
Iterable<Character> values,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(K[] keys,
char[] values)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(K[] keys,
char[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(K[] keys,
Character[] values)
Constructs a new immutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(K[] keys,
Character[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(K2[] keys,
char[] values) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(K2[] keys,
char[] values,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(K2[] keys,
Character[] values) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(K2[] keys,
Character[] values,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
Map<? extends K2,Character> map5) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
Map<? extends K2,Character> map5,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map)
Constructs a new immutable map with the same mappings as the specified
map . |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map,
int expectedSize)
Constructs a new immutable map with the same mappings as the specified
map . |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
Map<? extends K,Character> map5)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
Map<? extends K,Character> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
<K2 extends K> |
HashObjCharMapFactory.newImmutableMapOf(K2 k1,
char v1) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMapOf(K2 k1,
char v1,
K2 k2,
char v2) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3,
K2 k4,
char v4) |
<K2 extends K> |
HashObjCharMapFactory.newImmutableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3,
K2 k4,
char v4,
K2 k5,
char v5) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMapOf(K k1,
char v1)
Constructs a new immutable map of the single specified mapping.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMapOf(K k1,
char v1,
K k2,
char v2)
Constructs a new immutable map of the two specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3)
Constructs a new immutable map of the three specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3,
K k4,
char v4)
Constructs a new immutable map of the four specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newImmutableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3,
K k4,
char v4,
K k5,
char v5)
Constructs a new immutable map of the five specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size.
|
<K2 extends K> |
HashObjCharMapFactory.newMutableMap() |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Consumer<ObjCharConsumer<K>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Consumer<ObjCharConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Consumer<ObjCharConsumer<K2>> entriesSupplier) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Consumer<ObjCharConsumer<K2>> entriesSupplier,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size.
|
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Iterable<? extends K> keys,
Iterable<Character> values)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Iterable<? extends K> keys,
Iterable<Character> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Iterable<? extends K2> keys,
Iterable<Character> values) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Iterable<? extends K2> keys,
Iterable<Character> values,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(K[] keys,
char[] values)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(K[] keys,
char[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(K[] keys,
Character[] values)
Constructs a new mutable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(K[] keys,
Character[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(K2[] keys,
char[] values) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(K2[] keys,
char[] values,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(K2[] keys,
Character[] values) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(K2[] keys,
Character[] values,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
Map<? extends K2,Character> map5) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
Map<? extends K2,Character> map5,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map)
Constructs a new mutable map with the same mappings as the specified
map . |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map,
int expectedSize)
Constructs a new mutable map with the same mappings as the specified
map . |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
Map<? extends K,Character> map5)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
Map<? extends K,Character> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
<K2 extends K> |
HashObjCharMapFactory.newMutableMapOf(K2 k1,
char v1) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMapOf(K2 k1,
char v1,
K2 k2,
char v2) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3,
K2 k4,
char v4) |
<K2 extends K> |
HashObjCharMapFactory.newMutableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3,
K2 k4,
char v4,
K2 k5,
char v5) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMapOf(K k1,
char v1)
Constructs a new mutable map of the single specified mapping.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMapOf(K k1,
char v1,
K k2,
char v2)
Constructs a new mutable map of the two specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3)
Constructs a new mutable map of the three specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3,
K k4,
char v4)
Constructs a new mutable map of the four specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newMutableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3,
K k4,
char v4,
K k5,
char v5)
Constructs a new mutable map of the five specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size.
|
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap() |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Consumer<ObjCharConsumer<K>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Consumer<ObjCharConsumer<K>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Consumer<ObjCharConsumer<K2>> entriesSupplier) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Consumer<ObjCharConsumer<K2>> entriesSupplier,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size.
|
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Iterable<? extends K> keys,
Iterable<Character> values)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Iterable<? extends K> keys,
Iterable<Character> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Iterable<? extends K2> keys,
Iterable<Character> values) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Iterable<? extends K2> keys,
Iterable<Character> values,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(K[] keys,
char[] values)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(K[] keys,
char[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(K[] keys,
Character[] values)
Constructs a new updatable map with the given mappings, i.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(K[] keys,
Character[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(K2[] keys,
char[] values) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(K2[] keys,
char[] values,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(K2[] keys,
Character[] values) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(K2[] keys,
Character[] values,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
int expectedSize) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
Map<? extends K2,Character> map5) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMap(Map<? extends K2,Character> map1,
Map<? extends K2,Character> map2,
Map<? extends K2,Character> map3,
Map<? extends K2,Character> map4,
Map<? extends K2,Character> map5,
int expectedSize) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map)
Constructs a new updatable map with the same mappings as the specified
map . |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map,
int expectedSize)
Constructs a new updatable map with the same mappings as the specified
map . |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
Map<? extends K,Character> map5)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMap(Map<? extends K,Character> map1,
Map<? extends K,Character> map2,
Map<? extends K,Character> map3,
Map<? extends K,Character> map4,
Map<? extends K,Character> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMapOf(K2 k1,
char v1) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMapOf(K2 k1,
char v1,
K2 k2,
char v2) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3,
K2 k4,
char v4) |
<K2 extends K> |
HashObjCharMapFactory.newUpdatableMapOf(K2 k1,
char v1,
K2 k2,
char v2,
K2 k3,
char v3,
K2 k4,
char v4,
K2 k5,
char v5) |
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMapOf(K k1,
char v1)
Constructs a new updatable map of the single specified mapping.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMapOf(K k1,
char v1,
K k2,
char v2)
Constructs a new updatable map of the two specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3)
Constructs a new updatable map of the three specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3,
K k4,
char v4)
Constructs a new updatable map of the four specified mappings.
|
static <K> HashObjCharMap<K> |
HashObjCharMaps.newUpdatableMapOf(K k1,
char v1,
K k2,
char v2,
K k3,
char v3,
K k4,
char v4,
K k5,
char v5)
Constructs a new updatable map of the five specified mappings.
|