Serializable, Comparable<MutableCharBooleanMapFactoryImpl>, MutableCharBooleanMapFactorypublic 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 MutableCharBooleanMapFactorypublic MutableCharBooleanMap of()
MutableCharBooleanMapFactoryMutableCharBooleanMapFactory.empty().of in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap with()
MutableCharBooleanMapFactoryMutableCharBooleanMapFactory.empty().with in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap ofInitialCapacity(int capacity)
MutableCharBooleanMapFactoryMutableCharBooleanMapFactory.empty(). but takes in an initial capacityofInitialCapacity in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap withInitialCapacity(int capacity)
MutableCharBooleanMapFactoryMutableCharBooleanMapFactory.empty(). but takes in an initial capacitywithInitialCapacity in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap ofAll(CharBooleanMap map)
MutableCharBooleanMapFactoryofAll in interface MutableCharBooleanMapFactorypublic MutableCharBooleanMap withAll(CharBooleanMap map)
withAll in interface MutableCharBooleanMapFactorypublic <T> MutableCharBooleanMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableCharBooleanMapFactoryMutableCharBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface MutableCharBooleanMapFactoryCopyright © 2004–2019. All rights reserved.