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