ImmutableLongBooleanMapFactorypublic enum ImmutableLongBooleanMapFactoryImpl extends java.lang.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() |
|
ImmutableLongBooleanMap |
of() |
|
ImmutableLongBooleanMap |
of(long key,
boolean value) |
|
ImmutableLongBooleanMap |
ofAll(LongBooleanMap map) |
|
static ImmutableLongBooleanMapFactoryImpl |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - 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 ImmutableLongBooleanMapFactoryCopyright © 2004–2017. All rights reserved.