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