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