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