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