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