public class MutableObjectByteMapFactoryImpl extends Object implements MutableObjectByteMapFactory
MutableObjectByteMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableObjectByteMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableObjectByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectByteMap<K> |
empty() |
<T,K> MutableObjectByteMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
ByteFunction<? super T> valueFunction) |
<K> MutableObjectByteMap<K> |
of() |
<K> MutableObjectByteMap<K> |
of(K key,
byte value) |
<K> MutableObjectByteMap<K> |
of(K key1,
byte value1,
K key2,
byte value2) |
<K> MutableObjectByteMap<K> |
of(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3) |
<K> MutableObjectByteMap<K> |
of(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3,
K key4,
byte value4) |
<K> MutableObjectByteMap<K> |
ofAll(ObjectByteMap<? extends K> map) |
<K> MutableObjectByteMap<K> |
ofInitialCapacity(int capacity) |
<K> MutableObjectByteMap<K> |
with() |
<K> MutableObjectByteMap<K> |
with(K key,
byte value) |
<K> MutableObjectByteMap<K> |
with(K key1,
byte value1,
K key2,
byte value2) |
<K> MutableObjectByteMap<K> |
with(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3) |
<K> MutableObjectByteMap<K> |
with(K key1,
byte value1,
K key2,
byte value2,
K key3,
byte value3,
K key4,
byte value4) |
<K> MutableObjectByteMap<K> |
withAll(ObjectByteMap<? extends K> map) |
<K> MutableObjectByteMap<K> |
withInitialCapacity(int capacity) |
public static final MutableObjectByteMapFactory INSTANCE
public <K> MutableObjectByteMap<K> empty()
empty in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> of()
of in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> with()
with in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> of(K key, byte value)
of in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> with(K key, byte value)
with in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> of(K key1, byte value1, K key2, byte value2)
of in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> with(K key1, byte value1, K key2, byte value2)
with in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> of(K key1, byte value1, K key2, byte value2, K key3, byte value3)
of in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> with(K key1, byte value1, K key2, byte value2, K key3, byte value3)
with in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> of(K key1, byte value1, K key2, byte value2, K key3, byte value3, K key4, byte value4)
of in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> with(K key1, byte value1, K key2, byte value2, K key3, byte value3, K key4, byte value4)
with in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> withInitialCapacity(int capacity)
withInitialCapacity in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> ofAll(ObjectByteMap<? extends K> map)
ofAll in interface MutableObjectByteMapFactorypublic <K> MutableObjectByteMap<K> withAll(ObjectByteMap<? extends K> map)
withAll in interface MutableObjectByteMapFactorypublic <T,K> MutableObjectByteMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, ByteFunction<? super T> valueFunction)
from in interface MutableObjectByteMapFactoryCopyright © 2004–2022. All rights reserved.