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