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