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