public enum ImmutableCharLongMapFactoryImpl extends Enum<ImmutableCharLongMapFactoryImpl> implements ImmutableCharLongMapFactory
ImmutableCharLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableCharLongMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableCharLongMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableCharLongMap |
with() |
ImmutableCharLongMap |
with(char key,
long value) |
ImmutableCharLongMap |
withAll(CharLongMap map) |
public static final ImmutableCharLongMapFactoryImpl INSTANCE
public static ImmutableCharLongMapFactoryImpl[] values()
for (ImmutableCharLongMapFactoryImpl c : ImmutableCharLongMapFactoryImpl.values()) System.out.println(c);
public static ImmutableCharLongMapFactoryImpl 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 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–2020. All rights reserved.