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