ImmutableLongBooleanMapFactory
public 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 ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap of()
ImmutableLongBooleanMapFactory
of
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap with()
ImmutableLongBooleanMapFactory
with
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap of(long key, boolean value)
ImmutableLongBooleanMapFactory
of
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap with(long key, boolean value)
with
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap ofAll(LongBooleanMap map)
ImmutableLongBooleanMapFactory
ofAll
in interface ImmutableLongBooleanMapFactory
public ImmutableLongBooleanMap withAll(LongBooleanMap map)
withAll
in interface ImmutableLongBooleanMapFactory
Copyright © 2004–2017. All rights reserved.