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