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