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 <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Consumer<ShortObjConsumer<V>> entriesSupplier)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Consumer<ShortObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new immutable map filled with mappings consumed by the callback within the given
closure.
|
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Iterable<Short> keys,
Iterable<? extends V> values)
Constructs a new immutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Iterable<Short> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Iterable<Short> keys,
Iterable<? extends V2> values) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Iterable<Short> keys,
Iterable<? extends V2> values,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map)
Constructs a new immutable map with the same mappings as the specified
map . |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
Map<Short,? extends V> map5)
Constructs a new immutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
Map<Short,? extends V> map5,
int expectedSize)
Constructs a new immutable map which merge the mappings of the specified maps.
|
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
Map<Short,? extends V2> map5) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
Map<Short,? extends V2> map5,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(short[] keys,
V[] values)
Constructs a new immutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Short[] keys,
V[] values)
Constructs a new immutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(short[] keys,
V[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMap(Short[] keys,
V[] values,
int expectedSize)
Constructs a new immutable map with the given mappings, i.
|
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(short[] keys,
V2[] values) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Short[] keys,
V2[] values) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(short[] keys,
V2[] values,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMap(Short[] keys,
V2[] values,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMapOf(short k1,
V v1)
Constructs a new immutable map of the single specified mapping.
|
<V2 extends V> |
HashShortObjMapFactory.newImmutableMapOf(short k1,
V2 v1) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMapOf(short k1,
V2 v1,
short k2,
V2 v2) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3,
short k4,
V2 v4) |
<V2 extends V> |
HashShortObjMapFactory.newImmutableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3,
short k4,
V2 v4,
short k5,
V2 v5) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMapOf(short k1,
V v1,
short k2,
V v2)
Constructs a new immutable map of the two specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3)
Constructs a new immutable map of the three specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3,
short k4,
V v4)
Constructs a new immutable map of the four specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newImmutableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3,
short k4,
V v4,
short k5,
V v5)
Constructs a new immutable map of the five specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap()
Constructs a new empty mutable map of the default expected size.
|
<V2 extends V> |
HashShortObjMapFactory.newMutableMap() |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Consumer<ShortObjConsumer<V>> entriesSupplier)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Consumer<ShortObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new mutable map filled with mappings consumed by the callback within the given
closure.
|
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(int expectedSize)
Constructs a new empty mutable map of the given expected size.
|
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Iterable<Short> keys,
Iterable<? extends V> values)
Constructs a new mutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Iterable<Short> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Iterable<Short> keys,
Iterable<? extends V2> values) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Iterable<Short> keys,
Iterable<? extends V2> values,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map)
Constructs a new mutable map with the same mappings as the specified
map . |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
Map<Short,? extends V> map5)
Constructs a new mutable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
Map<Short,? extends V> map5,
int expectedSize)
Constructs a new mutable map which merge the mappings of the specified maps.
|
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
Map<Short,? extends V2> map5) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
Map<Short,? extends V2> map5,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(short[] keys,
V[] values)
Constructs a new mutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Short[] keys,
V[] values)
Constructs a new mutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(short[] keys,
V[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMap(Short[] keys,
V[] values,
int expectedSize)
Constructs a new mutable map with the given mappings, i.
|
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(short[] keys,
V2[] values) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Short[] keys,
V2[] values) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(short[] keys,
V2[] values,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMap(Short[] keys,
V2[] values,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMapOf(short k1,
V v1)
Constructs a new mutable map of the single specified mapping.
|
<V2 extends V> |
HashShortObjMapFactory.newMutableMapOf(short k1,
V2 v1) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMapOf(short k1,
V2 v1,
short k2,
V2 v2) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3,
short k4,
V2 v4) |
<V2 extends V> |
HashShortObjMapFactory.newMutableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3,
short k4,
V2 v4,
short k5,
V2 v5) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMapOf(short k1,
V v1,
short k2,
V v2)
Constructs a new mutable map of the two specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3)
Constructs a new mutable map of the three specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3,
short k4,
V v4)
Constructs a new mutable map of the four specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newMutableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3,
short k4,
V v4,
short k5,
V v5)
Constructs a new mutable map of the five specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap()
Constructs a new empty updatable map of the default expected size.
|
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap() |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Consumer<ShortObjConsumer<V>> entriesSupplier)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Consumer<ShortObjConsumer<V>> entriesSupplier,
int expectedSize)
Constructs a new updatable map filled with mappings consumed by the callback within the given
closure.
|
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Consumer<ShortObjConsumer<V2>> entriesSupplier,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(int expectedSize)
Constructs a new empty updatable map of the given expected size.
|
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Iterable<Short> keys,
Iterable<? extends V> values)
Constructs a new updatable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Iterable<Short> keys,
Iterable<? extends V> values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Iterable<Short> keys,
Iterable<? extends V2> values) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Iterable<Short> keys,
Iterable<? extends V2> values,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map)
Constructs a new updatable map with the same mappings as the specified
map . |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
Map<Short,? extends V> map5)
Constructs a new updatable map which merge the mappings of the specified maps.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Map<Short,? extends V> map1,
Map<Short,? extends V> map2,
Map<Short,? extends V> map3,
Map<Short,? extends V> map4,
Map<Short,? extends V> map5,
int expectedSize)
Constructs a new updatable map which merge the mappings of the specified maps.
|
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
Map<Short,? extends V2> map5) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Map<Short,? extends V2> map1,
Map<Short,? extends V2> map2,
Map<Short,? extends V2> map3,
Map<Short,? extends V2> map4,
Map<Short,? extends V2> map5,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(short[] keys,
V[] values)
Constructs a new updatable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Short[] keys,
V[] values)
Constructs a new updatable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(short[] keys,
V[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMap(Short[] keys,
V[] values,
int expectedSize)
Constructs a new updatable map with the given mappings, i.
|
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(short[] keys,
V2[] values) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Short[] keys,
V2[] values) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(short[] keys,
V2[] values,
int expectedSize) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMap(Short[] keys,
V2[] values,
int expectedSize) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMapOf(short k1,
V v1)
Constructs a new updatable map of the single specified mapping.
|
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMapOf(short k1,
V2 v1) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMapOf(short k1,
V2 v1,
short k2,
V2 v2) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3,
short k4,
V2 v4) |
<V2 extends V> |
HashShortObjMapFactory.newUpdatableMapOf(short k1,
V2 v1,
short k2,
V2 v2,
short k3,
V2 v3,
short k4,
V2 v4,
short k5,
V2 v5) |
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMapOf(short k1,
V v1,
short k2,
V v2)
Constructs a new updatable map of the two specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3)
Constructs a new updatable map of the three specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3,
short k4,
V v4)
Constructs a new updatable map of the four specified mappings.
|
static <V> HashShortObjMap<V> |
HashShortObjMaps.newUpdatableMapOf(short k1,
V v1,
short k2,
V v2,
short k3,
V v3,
short k4,
V v4,
short k5,
V v5)
Constructs a new updatable map of the five specified mappings.
|