public class ImmutableShortIntMapFactoryImpl extends Object implements ImmutableShortIntMapFactory
ImmutableShortIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortIntMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableShortIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortIntMap |
empty() |
<T> ImmutableShortIntMap |
from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
IntFunction<? super T> valueFunction) |
ImmutableShortIntMap |
of() |
ImmutableShortIntMap |
of(short key,
int value) |
ImmutableShortIntMap |
ofAll(ShortIntMap map) |
ImmutableShortIntMap |
with() |
ImmutableShortIntMap |
with(short key,
int value) |
ImmutableShortIntMap |
withAll(ShortIntMap map) |
public static final ImmutableShortIntMapFactory INSTANCE
public ImmutableShortIntMap empty()
empty in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap of()
of in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap with()
with in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap of(short key, int value)
of in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap with(short key, int value)
with in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap ofAll(ShortIntMap map)
ofAll in interface ImmutableShortIntMapFactorypublic ImmutableShortIntMap withAll(ShortIntMap map)
withAll in interface ImmutableShortIntMapFactorypublic <T> ImmutableShortIntMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)
from in interface ImmutableShortIntMapFactoryCopyright © 2004–2022. All rights reserved.