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