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