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