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