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