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