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