ImmutableObjectCharMapFactorypublic 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 ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> of()
ImmutableObjectCharMapFactoryof in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> with()
ImmutableObjectCharMapFactorywith in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> of(K key, char value)
ImmutableObjectCharMapFactoryof in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> with(K key, char value)
with in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> ofAll(ObjectCharMap<? extends K> map)
ImmutableObjectCharMapFactoryofAll in interface ImmutableObjectCharMapFactorypublic <K> ImmutableObjectCharMap<K> withAll(ObjectCharMap<? extends K> map)
withAll in interface ImmutableObjectCharMapFactoryCopyright © 2004–2017. All rights reserved.