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