public class ImmutableShortLongMapFactoryImpl extends Object implements ImmutableShortLongMapFactory
ImmutableShortLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortLongMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableShortLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortLongMap |
empty() |
<T> ImmutableShortLongMap |
from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
ImmutableShortLongMap |
of() |
ImmutableShortLongMap |
of(short key,
long value) |
ImmutableShortLongMap |
ofAll(ShortLongMap map) |
ImmutableShortLongMap |
with() |
ImmutableShortLongMap |
with(short key,
long value) |
ImmutableShortLongMap |
withAll(ShortLongMap map) |
public static final ImmutableShortLongMapFactory INSTANCE
public ImmutableShortLongMap empty()
empty in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap of()
of in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap with()
with in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap of(short key, long value)
of in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap with(short key, long value)
with in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap ofAll(ShortLongMap map)
ofAll in interface ImmutableShortLongMapFactorypublic ImmutableShortLongMap withAll(ShortLongMap map)
withAll in interface ImmutableShortLongMapFactorypublic <T> ImmutableShortLongMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableShortLongMapFactoryCopyright © 2004–2022. All rights reserved.