Serializable, Comparable<ImmutableIntBooleanMapFactoryImpl>, ImmutableIntBooleanMapFactorypublic enum ImmutableIntBooleanMapFactoryImpl extends Enum<ImmutableIntBooleanMapFactoryImpl> implements ImmutableIntBooleanMapFactory
ImmutableIntBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntBooleanMap |
empty() |
|
<T> ImmutableIntBooleanMap |
from(Iterable<T> iterable,
IntFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction) |
Creates an
ImmutableIntBooleanMap from an Iterable<T> by applying keyFunction and 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()
ImmutableIntBooleanMapFactoryof in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap with()
ImmutableIntBooleanMapFactorywith in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap of(int key, boolean value)
ImmutableIntBooleanMapFactoryof in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap with(int key, boolean value)
with in interface ImmutableIntBooleanMapFactorypublic ImmutableIntBooleanMap ofAll(IntBooleanMap map)
ImmutableIntBooleanMapFactoryofAll 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)
ImmutableIntBooleanMapFactoryImmutableIntBooleanMap from an Iterable<T> by applying keyFunction and valueFunction.from in interface ImmutableIntBooleanMapFactoryCopyright © 2004–2019. All rights reserved.