public enum ImmutableLongLongMapFactoryImpl extends Enum<ImmutableLongLongMapFactoryImpl> implements ImmutableLongLongMapFactory
ImmutableLongLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongLongMap |
empty() |
<T> ImmutableLongLongMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
LongFunction<? super T> valueFunction) |
ImmutableLongLongMap |
of() |
ImmutableLongLongMap |
of(long key,
long value) |
ImmutableLongLongMap |
ofAll(LongLongMap map) |
static ImmutableLongLongMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableLongLongMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableLongLongMap |
with() |
ImmutableLongLongMap |
with(long key,
long value) |
ImmutableLongLongMap |
withAll(LongLongMap map) |
public static final ImmutableLongLongMapFactoryImpl INSTANCE
public static ImmutableLongLongMapFactoryImpl[] values()
for (ImmutableLongLongMapFactoryImpl c : ImmutableLongLongMapFactoryImpl.values()) System.out.println(c);
public static ImmutableLongLongMapFactoryImpl 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 ImmutableLongLongMap empty()
empty in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap of()
of in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap with()
with in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap of(long key, long value)
of in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap with(long key, long value)
with in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap ofAll(LongLongMap map)
ofAll in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap withAll(LongLongMap map)
withAll in interface ImmutableLongLongMapFactorypublic <T> ImmutableLongLongMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
from in interface ImmutableLongLongMapFactoryCopyright © 2004–2020. All rights reserved.