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