<K> MutableObjectByteMap<K> |
MutableObjectByteHashingStrategyMapFactory.empty(HashingStrategy<? super K> hashingStrategy) |
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.empty() |
|
<T,K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an MutableObjectByteMap from an Iterable<T> by applying keyFunction and valueFunction.
|
<K> MutableObjectByteMap<K> |
MutableObjectByteHashingStrategyMapFactory.of(HashingStrategy<? super K> hashingStrategy) |
Same as #empty().
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.of() |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.of(K key,
byte value) |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.of(K key1,
byte value1,
K key2,
byte value2) |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.of(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3) |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.of(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3,
K key4,
byte value4) |
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.ofAll(ObjectByteMap<? extends K> map) |
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.ofInitialCapacity(int capacity) |
|
<K> MutableObjectByteMap<K> |
MutableObjectByteHashingStrategyMapFactory.with(HashingStrategy<? super K> hashingStrategy) |
Same as #empty().
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.with() |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.with(K key,
byte value) |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.with(K key1,
byte value1,
K key2,
byte value2) |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.with(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3) |
|
default <K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.with(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3,
K key4,
byte value4) |
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.withAll(ObjectByteMap<? extends K> map) |
|
<K> MutableObjectByteMap<K> |
MutableObjectByteHashingStrategyMapFactory.withInitialCapacity(HashingStrategy<? super K> hashingStrategy,
int initialCapacity) |
Same as #empty() but takes in an initial capacity
|
<K> MutableObjectByteMap<K> |
MutableObjectByteMapFactory.withInitialCapacity(int capacity) |
|