public enum ImmutableCharCharMapFactoryImpl extends Enum<ImmutableCharCharMapFactoryImpl> implements ImmutableCharCharMapFactory
ImmutableCharCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharCharMap |
empty() |
<T> ImmutableCharCharMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
CharFunction<? super T> valueFunction) |
ImmutableCharCharMap |
of() |
ImmutableCharCharMap |
of(char key,
char value) |
ImmutableCharCharMap |
ofAll(CharCharMap map) |
static ImmutableCharCharMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableCharCharMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableCharCharMap |
with() |
ImmutableCharCharMap |
with(char key,
char value) |
ImmutableCharCharMap |
withAll(CharCharMap map) |
public static final ImmutableCharCharMapFactoryImpl INSTANCE
public static ImmutableCharCharMapFactoryImpl[] values()
for (ImmutableCharCharMapFactoryImpl c : ImmutableCharCharMapFactoryImpl.values()) System.out.println(c);
public static ImmutableCharCharMapFactoryImpl 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 ImmutableCharCharMap empty()
empty in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap of()
of in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap with()
with in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap of(char key, char value)
of in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap with(char key, char value)
with in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap ofAll(CharCharMap map)
ofAll in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap withAll(CharCharMap map)
withAll in interface ImmutableCharCharMapFactorypublic <T> ImmutableCharCharMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)
from in interface ImmutableCharCharMapFactoryCopyright © 2004–2021. All rights reserved.