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