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