public class ImmutableCharLongMapFactoryImpl extends Object implements ImmutableCharLongMapFactory
ImmutableCharLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableCharLongMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableCharLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharLongMap |
empty() |
<T> ImmutableCharLongMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
ImmutableCharLongMap |
of() |
ImmutableCharLongMap |
of(char key,
long value) |
ImmutableCharLongMap |
ofAll(CharLongMap map) |
ImmutableCharLongMap |
with() |
ImmutableCharLongMap |
with(char key,
long value) |
ImmutableCharLongMap |
withAll(CharLongMap map) |
public static final ImmutableCharLongMapFactory INSTANCE
public ImmutableCharLongMap empty()
empty in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap of()
of in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap with()
with in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap of(char key, long value)
of in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap with(char key, long value)
with in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap ofAll(CharLongMap map)
ofAll in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap withAll(CharLongMap map)
withAll in interface ImmutableCharLongMapFactorypublic <T> ImmutableCharLongMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableCharLongMapFactoryCopyright © 2004–2022. All rights reserved.