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