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