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