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