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) <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
- Specified by:
ofin interfaceImmutableObjectByteMapFactory
-
with
- Specified by:
within interfaceImmutableObjectByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableObjectByteMapFactory
-
with
- Specified by:
within interfaceImmutableObjectByteMapFactory
-
ofAll
- 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) - Specified by:
fromin interfaceImmutableObjectByteMapFactory
-