Serializable, Comparable<MutableObjectBooleanMapFactoryImpl>, MutableObjectBooleanMapFactorypublic enum MutableObjectBooleanMapFactoryImpl extends Enum<MutableObjectBooleanMapFactoryImpl> implements MutableObjectBooleanMapFactory
MutableObjectBooleanMap.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
<K> MutableObjectBooleanMap<K> |
empty() |
|
<T,K> MutableObjectBooleanMap<K> |
from(Iterable<T> iterable,
Function<? super T,? extends K> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
MutableObjectBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
<K> MutableObjectBooleanMap<K> |
of() |
|
<K> MutableObjectBooleanMap<K> |
ofAll(ObjectBooleanMap<? extends K> map) |
|
<K> MutableObjectBooleanMap<K> |
ofInitialCapacity(int capacity) |
|
static MutableObjectBooleanMapFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MutableObjectBooleanMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<K> MutableObjectBooleanMap<K> |
with() |
|
<K> MutableObjectBooleanMap<K> |
withAll(ObjectBooleanMap<? extends K> map) |
|
<K> MutableObjectBooleanMap<K> |
withInitialCapacity(int capacity) |
public static final MutableObjectBooleanMapFactoryImpl INSTANCE
public static MutableObjectBooleanMapFactoryImpl[] values()
for (MutableObjectBooleanMapFactoryImpl c : MutableObjectBooleanMapFactoryImpl.values()) System.out.println(c);
public static MutableObjectBooleanMapFactoryImpl 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 <K> MutableObjectBooleanMap<K> empty()
empty in interface MutableObjectBooleanMapFactorypublic <K> MutableObjectBooleanMap<K> of()
MutableObjectBooleanMapFactoryof in interface MutableObjectBooleanMapFactorypublic <K> MutableObjectBooleanMap<K> with()
MutableObjectBooleanMapFactorywith in interface MutableObjectBooleanMapFactorypublic <K> MutableObjectBooleanMap<K> ofInitialCapacity(int capacity)
MutableObjectBooleanMapFactoryMutableObjectBooleanMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableObjectBooleanMapFactorypublic <K> MutableObjectBooleanMap<K> withInitialCapacity(int capacity)
MutableObjectBooleanMapFactoryMutableObjectBooleanMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableObjectBooleanMapFactorypublic <K> MutableObjectBooleanMap<K> ofAll(ObjectBooleanMap<? extends K> map)
MutableObjectBooleanMapFactoryofAll in interface MutableObjectBooleanMapFactorypublic <K> MutableObjectBooleanMap<K> withAll(ObjectBooleanMap<? extends K> map)
withAll in interface MutableObjectBooleanMapFactorypublic <T,K> MutableObjectBooleanMap<K> from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, BooleanFunction<? super T> valueFunction)
MutableObjectBooleanMapFactoryMutableObjectBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableObjectBooleanMapFactoryCopyright © 2004–2019. All rights reserved.