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