Serializable
, Comparable<MutableFloatLongMapFactoryImpl>
, MutableFloatLongMapFactory
public enum MutableFloatLongMapFactoryImpl extends Enum<MutableFloatLongMapFactoryImpl> implements MutableFloatLongMapFactory
MutableFloatLongMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
public static final MutableFloatLongMapFactoryImpl INSTANCE
public static MutableFloatLongMapFactoryImpl[] values()
for (MutableFloatLongMapFactoryImpl c : MutableFloatLongMapFactoryImpl.values()) System.out.println(c);
public static MutableFloatLongMapFactoryImpl 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 MutableFloatLongMap empty()
empty
in interface MutableFloatLongMapFactory
public MutableFloatLongMap of()
MutableFloatLongMapFactory
MutableFloatLongMapFactory.empty()
.of
in interface MutableFloatLongMapFactory
public MutableFloatLongMap with()
MutableFloatLongMapFactory
MutableFloatLongMapFactory.empty()
.with
in interface MutableFloatLongMapFactory
public MutableFloatLongMap ofInitialCapacity(int capacity)
MutableFloatLongMapFactory
MutableFloatLongMapFactory.empty()
. but takes in an initial capacityofInitialCapacity
in interface MutableFloatLongMapFactory
public MutableFloatLongMap withInitialCapacity(int capacity)
MutableFloatLongMapFactory
MutableFloatLongMapFactory.empty()
. but takes in an initial capacitywithInitialCapacity
in interface MutableFloatLongMapFactory
public MutableFloatLongMap ofAll(FloatLongMap map)
MutableFloatLongMapFactory
ofAll
in interface MutableFloatLongMapFactory
public MutableFloatLongMap withAll(FloatLongMap map)
withAll
in interface MutableFloatLongMapFactory
public <T> MutableFloatLongMap from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
MutableFloatLongMapFactory
MutableFloatLongMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.from
in interface MutableFloatLongMapFactory
Copyright © 2004–2019. All rights reserved.