Class ImmutableObjectByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteMapFactoryImpl
- All Implemented Interfaces:
ImmutableObjectByteMapFactory
public class ImmutableObjectByteMapFactoryImpl
extends Object
implements ImmutableObjectByteMapFactory
ImmutableObjectByteMapFactoryImpl is a factory implementation which creates instances of type
ImmutableObjectByteMap.
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> ImmutableObjectByteMap<K> empty()<T,K> ImmutableObjectByteMap <K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ByteFunction<? super T> valueFunction) Creates anImmutableObjectByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<K> ImmutableObjectByteMap<K> of()<K> ImmutableObjectByteMap<K> of(K key, byte value) <K> ImmutableObjectByteMap<K> ofAll(ObjectByteMap<? extends K> map) <K> ImmutableObjectByteMap<K> with()<K> ImmutableObjectByteMap<K> with(K key, byte value) <K> ImmutableObjectByteMap<K> withAll(ObjectByteMap<? extends K> map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableObjectByteMapFactoryImpl
public ImmutableObjectByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableObjectByteMapFactory
-
of
Description copied from interface:ImmutableObjectByteMapFactory- Specified by:
ofin interfaceImmutableObjectByteMapFactory
-
with
Description copied from interface:ImmutableObjectByteMapFactory- Specified by:
within interfaceImmutableObjectByteMapFactory
-
of
Description copied from interface:ImmutableObjectByteMapFactory- Specified by:
ofin interfaceImmutableObjectByteMapFactory
-
with
- Specified by:
within interfaceImmutableObjectByteMapFactory
-
ofAll
Description copied from interface:ImmutableObjectByteMapFactory- Specified by:
ofAllin interfaceImmutableObjectByteMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableObjectByteMapFactory
-
from
public <T,K> ImmutableObjectByteMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, ByteFunction<? super T> valueFunction) Description copied from interface:ImmutableObjectByteMapFactoryCreates anImmutableObjectByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableObjectByteMapFactory
-