Serializable
, Comparable<MutableByteLongMapFactoryImpl>
, MutableByteLongMapFactory
public 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 MutableByteLongMapFactory
public MutableByteLongMap of()
MutableByteLongMapFactory
MutableByteLongMapFactory.empty()
.of
in interface MutableByteLongMapFactory
public MutableByteLongMap with()
MutableByteLongMapFactory
MutableByteLongMapFactory.empty()
.with
in interface MutableByteLongMapFactory
public MutableByteLongMap ofInitialCapacity(int capacity)
MutableByteLongMapFactory
MutableByteLongMapFactory.empty()
. but takes in an initial capacityofInitialCapacity
in interface MutableByteLongMapFactory
public MutableByteLongMap withInitialCapacity(int capacity)
MutableByteLongMapFactory
MutableByteLongMapFactory.empty()
. but takes in an initial capacitywithInitialCapacity
in interface MutableByteLongMapFactory
public MutableByteLongMap ofAll(ByteLongMap map)
MutableByteLongMapFactory
ofAll
in interface MutableByteLongMapFactory
public MutableByteLongMap withAll(ByteLongMap map)
withAll
in interface MutableByteLongMapFactory
public <T> MutableByteLongMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
MutableByteLongMapFactory
MutableByteLongMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.from
in interface MutableByteLongMapFactory
Copyright © 2004–2019. All rights reserved.