ImmutableCharCharMapFactory
public 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 ImmutableCharCharMapFactory
public ImmutableCharCharMap of()
ImmutableCharCharMapFactory
ImmutableCharCharMapFactory.empty()
.of
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap with()
ImmutableCharCharMapFactory
ImmutableCharCharMapFactory.empty()
.with
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap of(char key, char value)
ImmutableCharCharMapFactory
of
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap with(char key, char value)
with
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap ofAll(CharCharMap map)
ImmutableCharCharMapFactory
ofAll
in interface ImmutableCharCharMapFactory
public ImmutableCharCharMap withAll(CharCharMap map)
withAll
in interface ImmutableCharCharMapFactory
Copyright © 2004–2018. All rights reserved.