Class ImmutableObjectBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanMapFactoryImpl
- All Implemented Interfaces:
ImmutableObjectBooleanMapFactory
public class ImmutableObjectBooleanMapFactoryImpl
extends Object
implements ImmutableObjectBooleanMapFactory
ImmutableObjectBooleanMapFactoryImpl is a factory implementation which creates instances of type
ImmutableObjectBooleanMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableObjectBooleanMapFactoryImpl
public ImmutableObjectBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableObjectBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableObjectBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableObjectBooleanMapFactory
-
of
- Specified by:
ofin interfaceImmutableObjectBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableObjectBooleanMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableObjectBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableObjectBooleanMapFactory
-
from
public <T,K> ImmutableObjectBooleanMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableObjectBooleanMapFactory
-