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