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