public enum MutableCharByteMapFactoryImpl extends Enum<MutableCharByteMapFactoryImpl> implements MutableCharByteMapFactory
MutableCharByteMap.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableCharByteMap |
empty() |
<T> MutableCharByteMap |
from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
MutableCharByteMap |
of() |
MutableCharByteMap |
ofAll(CharByteMap map) |
MutableCharByteMap |
ofInitialCapacity(int capacity) |
static MutableCharByteMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutableCharByteMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableCharByteMap |
with() |
MutableCharByteMap |
withAll(CharByteMap map) |
MutableCharByteMap |
withInitialCapacity(int capacity) |
public static final MutableCharByteMapFactoryImpl INSTANCE
public static MutableCharByteMapFactoryImpl[] values()
for (MutableCharByteMapFactoryImpl c : MutableCharByteMapFactoryImpl.values()) System.out.println(c);
public static MutableCharByteMapFactoryImpl 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 MutableCharByteMap empty()
empty in interface MutableCharByteMapFactorypublic MutableCharByteMap of()
of in interface MutableCharByteMapFactorypublic MutableCharByteMap with()
with in interface MutableCharByteMapFactorypublic MutableCharByteMap ofInitialCapacity(int capacity)
ofInitialCapacity in interface MutableCharByteMapFactorypublic MutableCharByteMap withInitialCapacity(int capacity)
withInitialCapacity in interface MutableCharByteMapFactorypublic MutableCharByteMap ofAll(CharByteMap map)
ofAll in interface MutableCharByteMapFactorypublic MutableCharByteMap withAll(CharByteMap map)
withAll in interface MutableCharByteMapFactorypublic <T> MutableCharByteMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
from in interface MutableCharByteMapFactoryCopyright © 2004–2020. All rights reserved.