Serializable
, Comparable<MutableCharBooleanMapFactoryImpl>
, MutableCharBooleanMapFactory
public enum MutableCharBooleanMapFactoryImpl extends Enum<MutableCharBooleanMapFactoryImpl> implements MutableCharBooleanMapFactory
MutableCharBooleanMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
public static final MutableCharBooleanMapFactoryImpl INSTANCE
public static MutableCharBooleanMapFactoryImpl[] values()
for (MutableCharBooleanMapFactoryImpl c : MutableCharBooleanMapFactoryImpl.values()) System.out.println(c);
public static MutableCharBooleanMapFactoryImpl 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 MutableCharBooleanMap empty()
empty
in interface MutableCharBooleanMapFactory
public MutableCharBooleanMap of()
MutableCharBooleanMapFactory
MutableCharBooleanMapFactory.empty()
.of
in interface MutableCharBooleanMapFactory
public MutableCharBooleanMap with()
MutableCharBooleanMapFactory
MutableCharBooleanMapFactory.empty()
.with
in interface MutableCharBooleanMapFactory
public MutableCharBooleanMap ofInitialCapacity(int capacity)
MutableCharBooleanMapFactory
MutableCharBooleanMapFactory.empty()
. but takes in an initial capacityofInitialCapacity
in interface MutableCharBooleanMapFactory
public MutableCharBooleanMap withInitialCapacity(int capacity)
MutableCharBooleanMapFactory
MutableCharBooleanMapFactory.empty()
. but takes in an initial capacitywithInitialCapacity
in interface MutableCharBooleanMapFactory
public MutableCharBooleanMap ofAll(CharBooleanMap map)
MutableCharBooleanMapFactory
ofAll
in interface MutableCharBooleanMapFactory
public MutableCharBooleanMap withAll(CharBooleanMap map)
withAll
in interface MutableCharBooleanMapFactory
public <T> MutableCharBooleanMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableCharBooleanMapFactory
MutableCharBooleanMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.from
in interface MutableCharBooleanMapFactory
Copyright © 2004–2019. All rights reserved.