public class ImmutableObjectBooleanMapFactoryImpl extends Object implements ImmutableObjectBooleanMapFactory
ImmutableObjectBooleanMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableObjectBooleanMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableObjectBooleanMapFactoryImpl() |
| 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) |
<K> ImmutableObjectBooleanMap<K> |
with() |
<K> ImmutableObjectBooleanMap<K> |
with(K key,
boolean value) |
<K> ImmutableObjectBooleanMap<K> |
withAll(ObjectBooleanMap<? extends K> map) |
public static final ImmutableObjectBooleanMapFactory INSTANCE
public ImmutableObjectBooleanMapFactoryImpl()
public <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–2022. All rights reserved.