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