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