public enum ImmutableLongCharMapFactoryImpl extends Enum<ImmutableLongCharMapFactoryImpl> implements ImmutableLongCharMapFactory
ImmutableLongCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableLongCharMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableLongCharMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableLongCharMap |
with() |
ImmutableLongCharMap |
with(long key,
char value) |
ImmutableLongCharMap |
withAll(LongCharMap map) |
public static final ImmutableLongCharMapFactoryImpl INSTANCE
public static ImmutableLongCharMapFactoryImpl[] values()
for (ImmutableLongCharMapFactoryImpl c : ImmutableLongCharMapFactoryImpl.values()) System.out.println(c);
public static ImmutableLongCharMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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–2021. All rights reserved.