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