Serializable, Comparable<ImmutableLongBooleanMapFactoryImpl>, ImmutableLongBooleanMapFactorypublic enum ImmutableLongBooleanMapFactoryImpl extends Enum<ImmutableLongBooleanMapFactoryImpl> implements ImmutableLongBooleanMapFactory
ImmutableLongBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableLongBooleanMap |
empty() |
|
<T> ImmutableLongBooleanMap |
from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
ImmutableLongBooleanMap from an Iterable<T> by applying keyFunction and 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()
ImmutableLongBooleanMapFactoryof in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap with()
ImmutableLongBooleanMapFactorywith in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap of(long key, boolean value)
ImmutableLongBooleanMapFactoryof in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap with(long key, boolean value)
with in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap ofAll(LongBooleanMap map)
ImmutableLongBooleanMapFactoryofAll 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)
ImmutableLongBooleanMapFactoryImmutableLongBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableLongBooleanMapFactoryCopyright © 2004–2019. All rights reserved.