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