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