Class ImmutableByteBooleanMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanMapFactoryImpl
- All Implemented Interfaces:
ImmutableByteBooleanMapFactory
public class ImmutableByteBooleanMapFactoryImpl
extends Object
implements ImmutableByteBooleanMapFactory
ImmutableByteBooleanMapFactoryImpl is a factory implementation which creates instances of type
ImmutableByteBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()of(byte key, boolean value) ofAll(ByteBooleanMap map) with()with(byte key, boolean value) withAll(ByteBooleanMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableByteBooleanMapFactoryImpl
public ImmutableByteBooleanMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableByteBooleanMapFactory
-
of
Description copied from interface:ImmutableByteBooleanMapFactory- Specified by:
ofin interfaceImmutableByteBooleanMapFactory
-
with
Description copied from interface:ImmutableByteBooleanMapFactory- Specified by:
within interfaceImmutableByteBooleanMapFactory
-
of
Description copied from interface:ImmutableByteBooleanMapFactory- Specified by:
ofin interfaceImmutableByteBooleanMapFactory
-
with
- Specified by:
within interfaceImmutableByteBooleanMapFactory
-
ofAll
Description copied from interface:ImmutableByteBooleanMapFactory- Specified by:
ofAllin interfaceImmutableByteBooleanMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableByteBooleanMapFactory
-
from
public <T> ImmutableByteBooleanMap from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Description copied from interface:ImmutableByteBooleanMapFactoryCreates anImmutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableByteBooleanMapFactory
-