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