java.io.Serializable
, java.lang.Comparable<MutableFloatBooleanMapFactoryImpl>
, MutableFloatBooleanMapFactory
public enum MutableFloatBooleanMapFactoryImpl extends java.lang.Enum<MutableFloatBooleanMapFactoryImpl> implements MutableFloatBooleanMapFactory
MutableFloatBooleanMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatBooleanMap |
empty() |
|
<T> MutableFloatBooleanMap |
from(java.lang.Iterable<T> iterable,
FloatFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
MutableFloatBooleanMap from an Iterable<T> by applying keyFunction and valueFunction . |
MutableFloatBooleanMap |
of() |
|
MutableFloatBooleanMap |
ofAll(FloatBooleanMap map) |
|
MutableFloatBooleanMap |
ofInitialCapacity(int capacity) |
|
static MutableFloatBooleanMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableFloatBooleanMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableFloatBooleanMap |
with() |
|
MutableFloatBooleanMap |
withAll(FloatBooleanMap map) |
|
MutableFloatBooleanMap |
withInitialCapacity(int capacity) |
public static final MutableFloatBooleanMapFactoryImpl INSTANCE
public static MutableFloatBooleanMapFactoryImpl[] values()
for (MutableFloatBooleanMapFactoryImpl c : MutableFloatBooleanMapFactoryImpl.values()) System.out.println(c);
public static MutableFloatBooleanMapFactoryImpl valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic MutableFloatBooleanMap empty()
empty
in interface MutableFloatBooleanMapFactory
public MutableFloatBooleanMap of()
MutableFloatBooleanMapFactory
of
in interface MutableFloatBooleanMapFactory
public MutableFloatBooleanMap with()
MutableFloatBooleanMapFactory
with
in interface MutableFloatBooleanMapFactory
public MutableFloatBooleanMap ofInitialCapacity(int capacity)
MutableFloatBooleanMapFactory
MutableFloatBooleanMapFactory.empty()
. but takes in an initial capacityofInitialCapacity
in interface MutableFloatBooleanMapFactory
public MutableFloatBooleanMap withInitialCapacity(int capacity)
MutableFloatBooleanMapFactory
MutableFloatBooleanMapFactory.empty()
. but takes in an initial capacitywithInitialCapacity
in interface MutableFloatBooleanMapFactory
public MutableFloatBooleanMap ofAll(FloatBooleanMap map)
MutableFloatBooleanMapFactory
ofAll
in interface MutableFloatBooleanMapFactory
public MutableFloatBooleanMap withAll(FloatBooleanMap map)
withAll
in interface MutableFloatBooleanMapFactory
public <T> MutableFloatBooleanMap from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableFloatBooleanMapFactory
MutableFloatBooleanMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.from
in interface MutableFloatBooleanMapFactory
Copyright © 2004–2020. All rights reserved.