ImmutableObjectCharMapFactory
public enum ImmutableObjectCharMapFactoryImpl extends java.lang.Enum<ImmutableObjectCharMapFactoryImpl> implements ImmutableObjectCharMapFactory
ImmutableObjectCharMap
.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectCharMap<K> |
empty() |
|
<K> ImmutableObjectCharMap<K> |
of() |
|
<K> ImmutableObjectCharMap<K> |
of(K key,
char value) |
|
<K> ImmutableObjectCharMap<K> |
ofAll(ObjectCharMap<? extends K> map) |
|
static ImmutableObjectCharMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableObjectCharMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<K> ImmutableObjectCharMap<K> |
with() |
|
<K> ImmutableObjectCharMap<K> |
with(K key,
char value) |
|
<K> ImmutableObjectCharMap<K> |
withAll(ObjectCharMap<? extends K> map) |
public static final ImmutableObjectCharMapFactoryImpl INSTANCE
public static ImmutableObjectCharMapFactoryImpl[] values()
for (ImmutableObjectCharMapFactoryImpl c : ImmutableObjectCharMapFactoryImpl.values()) System.out.println(c);
public static ImmutableObjectCharMapFactoryImpl 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 <K> ImmutableObjectCharMap<K> empty()
empty
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> of()
ImmutableObjectCharMapFactory
of
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> with()
ImmutableObjectCharMapFactory
with
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> of(K key, char value)
ImmutableObjectCharMapFactory
of
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> with(K key, char value)
with
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
ImmutableObjectCharMapFactory
ofAll
in interface ImmutableObjectCharMapFactory
public <K> ImmutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll
in interface ImmutableObjectCharMapFactory
Copyright © 2004–2017. All rights reserved.