ImmutableCharCharMapFactorypublic enum ImmutableCharCharMapFactoryImpl extends java.lang.Enum<ImmutableCharCharMapFactoryImpl> implements ImmutableCharCharMapFactory
ImmutableCharCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharCharMap |
empty() |
|
ImmutableCharCharMap |
of() |
Same as
ImmutableCharCharMapFactory.empty(). |
ImmutableCharCharMap |
of(char key,
char value) |
|
ImmutableCharCharMap |
ofAll(CharCharMap map) |
|
static ImmutableCharCharMapFactoryImpl |
valueOf(java.lang.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() |
Same as
ImmutableCharCharMapFactory.empty(). |
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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ImmutableCharCharMap empty()
empty in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap of()
ImmutableCharCharMapFactoryImmutableCharCharMapFactory.empty().of in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap with()
ImmutableCharCharMapFactoryImmutableCharCharMapFactory.empty().with in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap of(char key, char value)
ImmutableCharCharMapFactoryof in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap with(char key, char value)
with in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap ofAll(CharCharMap map)
ImmutableCharCharMapFactoryofAll in interface ImmutableCharCharMapFactorypublic ImmutableCharCharMap withAll(CharCharMap map)
withAll in interface ImmutableCharCharMapFactoryCopyright © 2004–2018. All rights reserved.