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