|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashCharObjMap | |
---|---|
com.koloboke.collect.map.hash | Contains interfaces of Map specializations, based on hash tables,
their factories and static factory methods. |
Uses of HashCharObjMap in com.koloboke.collect.map.hash |
---|
Methods in com.koloboke.collect.map.hash that return HashCharObjMap | ||
---|---|---|
static
|
HashCharObjMaps.newImmutableMap(char[] keys,
V[] values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashCharObjMaps.newImmutableMap(char[] keys,
V[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashCharObjMapFactory.newImmutableMap(char[] keys,
V2[] values)
|
|
|
HashCharObjMapFactory.newImmutableMap(char[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newImmutableMap(Character[] keys,
V[] values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashCharObjMaps.newImmutableMap(Character[] keys,
V[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashCharObjMapFactory.newImmutableMap(Character[] keys,
V2[] values)
|
|
|
HashCharObjMapFactory.newImmutableMap(Character[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newImmutableMap(Consumer<CharObjConsumer<V>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashCharObjMaps.newImmutableMap(Consumer<CharObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashCharObjMapFactory.newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
|
|
|
HashCharObjMapFactory.newImmutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashCharObjMaps.newImmutableMap(Iterable<Character> keys,
Iterable<? extends V> values)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
static
|
HashCharObjMaps.newImmutableMap(Iterable<Character> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
|
HashCharObjMapFactory.newImmutableMap(Iterable<Character> keys,
Iterable<? extends V2> values)
|
|
|
HashCharObjMapFactory.newImmutableMap(Iterable<Character> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map)
Constructs a new immutable map with the same mappings as the specified map . |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
Map<Character,? extends V> map5)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newImmutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
Map<Character,? extends V> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps. |
|
|
HashCharObjMapFactory.newImmutableMap(Map<Character,? extends V2> map)
|
|
|
HashCharObjMapFactory.newImmutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2)
|
|
|
HashCharObjMapFactory.newImmutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
int expectedSize)
|
|
|
HashCharObjMapFactory.newImmutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3)
|
|
|
HashCharObjMapFactory.newImmutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
int expectedSize)
|
|
|
HashCharObjMapFactory.newImmutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
Map<Character,? extends V2> map4)
|
|
|
HashCharObjMapFactory.newImmutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
Map<Character,? extends V2> map4,
int expectedSize)
|
|
|
HashCharObjMapFactory.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)
|
|
|
HashCharObjMapFactory.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)
|
|
static
|
HashCharObjMaps.newImmutableMapOf(char k1,
V v1)
Constructs a new immutable map of the single specified mapping. |
|
|
HashCharObjMapFactory.newImmutableMapOf(char k1,
V2 v1)
|
|
|
HashCharObjMapFactory.newImmutableMapOf(char k1,
V2 v1,
char k2,
V2 v2)
|
|
|
HashCharObjMapFactory.newImmutableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3)
|
|
|
HashCharObjMapFactory.newImmutableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3,
char k4,
V2 v4)
|
|
|
HashCharObjMapFactory.newImmutableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3,
char k4,
V2 v4,
char k5,
V2 v5)
|
|
static
|
HashCharObjMaps.newImmutableMapOf(char k1,
V v1,
char k2,
V v2)
Constructs a new immutable map of the two specified mappings. |
|
static
|
HashCharObjMaps.newImmutableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3)
Constructs a new immutable map of the three specified mappings. |
|
static
|
HashCharObjMaps.newImmutableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3,
char k4,
V v4)
Constructs a new immutable map of the four specified mappings. |
|
static
|
HashCharObjMaps.newImmutableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3,
char k4,
V v4,
char k5,
V v5)
Constructs a new immutable map of the five specified mappings. |
|
static
|
HashCharObjMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size. |
|
|
HashCharObjMapFactory.newMutableMap()
|
|
static
|
HashCharObjMaps.newMutableMap(char[] keys,
V[] values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashCharObjMaps.newMutableMap(char[] keys,
V[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashCharObjMapFactory.newMutableMap(char[] keys,
V2[] values)
|
|
|
HashCharObjMapFactory.newMutableMap(char[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newMutableMap(Character[] keys,
V[] values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashCharObjMaps.newMutableMap(Character[] keys,
V[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashCharObjMapFactory.newMutableMap(Character[] keys,
V2[] values)
|
|
|
HashCharObjMapFactory.newMutableMap(Character[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newMutableMap(Consumer<CharObjConsumer<V>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashCharObjMaps.newMutableMap(Consumer<CharObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given closure. |
|
|
HashCharObjMapFactory.newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
|
|
|
HashCharObjMapFactory.newMutableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashCharObjMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size. |
|
|
HashCharObjMapFactory.newMutableMap(int expectedSize)
|
|
static
|
HashCharObjMaps.newMutableMap(Iterable<Character> keys,
Iterable<? extends V> values)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
static
|
HashCharObjMaps.newMutableMap(Iterable<Character> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
|
HashCharObjMapFactory.newMutableMap(Iterable<Character> keys,
Iterable<? extends V2> values)
|
|
|
HashCharObjMapFactory.newMutableMap(Iterable<Character> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map)
Constructs a new mutable map with the same mappings as the specified map . |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
Map<Character,? extends V> map5)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newMutableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
Map<Character,? extends V> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps. |
|
|
HashCharObjMapFactory.newMutableMap(Map<Character,? extends V2> map)
|
|
|
HashCharObjMapFactory.newMutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2)
|
|
|
HashCharObjMapFactory.newMutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
int expectedSize)
|
|
|
HashCharObjMapFactory.newMutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3)
|
|
|
HashCharObjMapFactory.newMutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
int expectedSize)
|
|
|
HashCharObjMapFactory.newMutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
Map<Character,? extends V2> map4)
|
|
|
HashCharObjMapFactory.newMutableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
Map<Character,? extends V2> map4,
int expectedSize)
|
|
|
HashCharObjMapFactory.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)
|
|
|
HashCharObjMapFactory.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)
|
|
static
|
HashCharObjMaps.newMutableMapOf(char k1,
V v1)
Constructs a new mutable map of the single specified mapping. |
|
|
HashCharObjMapFactory.newMutableMapOf(char k1,
V2 v1)
|
|
|
HashCharObjMapFactory.newMutableMapOf(char k1,
V2 v1,
char k2,
V2 v2)
|
|
|
HashCharObjMapFactory.newMutableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3)
|
|
|
HashCharObjMapFactory.newMutableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3,
char k4,
V2 v4)
|
|
|
HashCharObjMapFactory.newMutableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3,
char k4,
V2 v4,
char k5,
V2 v5)
|
|
static
|
HashCharObjMaps.newMutableMapOf(char k1,
V v1,
char k2,
V v2)
Constructs a new mutable map of the two specified mappings. |
|
static
|
HashCharObjMaps.newMutableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3)
Constructs a new mutable map of the three specified mappings. |
|
static
|
HashCharObjMaps.newMutableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3,
char k4,
V v4)
Constructs a new mutable map of the four specified mappings. |
|
static
|
HashCharObjMaps.newMutableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3,
char k4,
V v4,
char k5,
V v5)
Constructs a new mutable map of the five specified mappings. |
|
static
|
HashCharObjMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size. |
|
|
HashCharObjMapFactory.newUpdatableMap()
|
|
static
|
HashCharObjMaps.newUpdatableMap(char[] keys,
V[] values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashCharObjMaps.newUpdatableMap(char[] keys,
V[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashCharObjMapFactory.newUpdatableMap(char[] keys,
V2[] values)
|
|
|
HashCharObjMapFactory.newUpdatableMap(char[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newUpdatableMap(Character[] keys,
V[] values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
static
|
HashCharObjMaps.newUpdatableMap(Character[] keys,
V[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values arrays at the same index. |
|
|
HashCharObjMapFactory.newUpdatableMap(Character[] keys,
V2[] values)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Character[] keys,
V2[] values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newUpdatableMap(Consumer<CharObjConsumer<V>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
static
|
HashCharObjMaps.newUpdatableMap(Consumer<CharObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given closure. |
|
|
HashCharObjMapFactory.newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Consumer<CharObjConsumer<V2>> entriesSupplier,
int expectedSize)
|
|
static
|
HashCharObjMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size. |
|
|
HashCharObjMapFactory.newUpdatableMap(int expectedSize)
|
|
static
|
HashCharObjMaps.newUpdatableMap(Iterable<Character> keys,
Iterable<? extends V> values)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
static
|
HashCharObjMaps.newUpdatableMap(Iterable<Character> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i. e. pairs of elements from the keys and values iterables at the same iteration position. |
|
|
HashCharObjMapFactory.newUpdatableMap(Iterable<Character> keys,
Iterable<? extends V2> values)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Iterable<Character> keys,
Iterable<? extends V2> values,
int expectedSize)
|
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map)
Constructs a new updatable map with the same mappings as the specified map . |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
Map<Character,? extends V> map5)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
static
|
HashCharObjMaps.newUpdatableMap(Map<Character,? extends V> map1,
Map<Character,? extends V> map2,
Map<Character,? extends V> map3,
Map<Character,? extends V> map4,
Map<Character,? extends V> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps. |
|
|
HashCharObjMapFactory.newUpdatableMap(Map<Character,? extends V2> map)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
int expectedSize)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
int expectedSize)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
Map<Character,? extends V2> map4)
|
|
|
HashCharObjMapFactory.newUpdatableMap(Map<Character,? extends V2> map1,
Map<Character,? extends V2> map2,
Map<Character,? extends V2> map3,
Map<Character,? extends V2> map4,
int expectedSize)
|
|
|
HashCharObjMapFactory.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)
|
|
|
HashCharObjMapFactory.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)
|
|
static
|
HashCharObjMaps.newUpdatableMapOf(char k1,
V v1)
Constructs a new updatable map of the single specified mapping. |
|
|
HashCharObjMapFactory.newUpdatableMapOf(char k1,
V2 v1)
|
|
|
HashCharObjMapFactory.newUpdatableMapOf(char k1,
V2 v1,
char k2,
V2 v2)
|
|
|
HashCharObjMapFactory.newUpdatableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3)
|
|
|
HashCharObjMapFactory.newUpdatableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3,
char k4,
V2 v4)
|
|
|
HashCharObjMapFactory.newUpdatableMapOf(char k1,
V2 v1,
char k2,
V2 v2,
char k3,
V2 v3,
char k4,
V2 v4,
char k5,
V2 v5)
|
|
static
|
HashCharObjMaps.newUpdatableMapOf(char k1,
V v1,
char k2,
V v2)
Constructs a new updatable map of the two specified mappings. |
|
static
|
HashCharObjMaps.newUpdatableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3)
Constructs a new updatable map of the three specified mappings. |
|
static
|
HashCharObjMaps.newUpdatableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3,
char k4,
V v4)
Constructs a new updatable map of the four specified mappings. |
|
static
|
HashCharObjMaps.newUpdatableMapOf(char k1,
V v1,
char k2,
V v2,
char k3,
V v3,
char k4,
V v4,
char k5,
V v5)
Constructs a new updatable map of the five specified mappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |