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