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