public class MutableLongShortMapFactoryImpl extends Object implements MutableLongShortMapFactory
MutableLongShortMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableLongShortMapFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableLongShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongShortMap |
empty() |
<T> MutableLongShortMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
ShortFunction<? super T> valueFunction) |
MutableLongShortMap |
of() |
MutableLongShortMap |
of(long key,
short value) |
MutableLongShortMap |
of(long key1,
short value1,
long key2,
short value2) |
MutableLongShortMap |
of(long key1,
short value1,
long key2,
short value2,
long key3,
short value3) |
MutableLongShortMap |
of(long key1,
short value1,
long key2,
short value2,
long key3,
short value3,
long key4,
short value4) |
MutableLongShortMap |
ofAll(LongShortMap map) |
MutableLongShortMap |
ofInitialCapacity(int capacity) |
MutableLongShortMap |
with() |
MutableLongShortMap |
with(long key,
short value) |
MutableLongShortMap |
with(long key1,
short value1,
long key2,
short value2) |
MutableLongShortMap |
with(long key1,
short value1,
long key2,
short value2,
long key3,
short value3) |
MutableLongShortMap |
with(long key1,
short value1,
long key2,
short value2,
long key3,
short value3,
long key4,
short value4) |
MutableLongShortMap |
withAll(LongShortMap map) |
MutableLongShortMap |
withInitialCapacity(int capacity) |
public static final MutableLongShortMapFactory INSTANCE
public MutableLongShortMap empty()
empty in interface MutableLongShortMapFactorypublic MutableLongShortMap of()
of in interface MutableLongShortMapFactorypublic MutableLongShortMap with()
with in interface MutableLongShortMapFactorypublic MutableLongShortMap with(long key, short value)
with in interface MutableLongShortMapFactorypublic MutableLongShortMap of(long key, short value)
of in interface MutableLongShortMapFactorypublic MutableLongShortMap of(long key1, short value1, long key2, short value2)
of in interface MutableLongShortMapFactorypublic MutableLongShortMap with(long key1, short value1, long key2, short value2)
with in interface MutableLongShortMapFactorypublic MutableLongShortMap of(long key1, short value1, long key2, short value2, long key3, short value3)
of in interface MutableLongShortMapFactorypublic MutableLongShortMap with(long key1, short value1, long key2, short value2, long key3, short value3)
with in interface MutableLongShortMapFactorypublic MutableLongShortMap of(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4)
of in interface MutableLongShortMapFactorypublic MutableLongShortMap with(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4)
with in interface MutableLongShortMapFactorypublic MutableLongShortMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableLongShortMapFactorypublic MutableLongShortMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableLongShortMapFactorypublic MutableLongShortMap ofAll(LongShortMap map)
ofAll in interface MutableLongShortMapFactorypublic MutableLongShortMap withAll(LongShortMap map)
withAll in interface MutableLongShortMapFactorypublic <T> MutableLongShortMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
from in interface MutableLongShortMapFactoryCopyright © 2004–2022. All rights reserved.