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