Class ImmutableLongByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteMapFactoryImpl
- All Implemented Interfaces:
ImmutableLongByteMapFactory
ImmutableLongByteMapFactoryImpl is a factory implementation which creates instances of type
ImmutableLongByteMap.
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, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) of()of(long key, byte value) ofAll(LongByteMap map) with()with(long key, byte value) withAll(LongByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongByteMapFactoryImpl
public ImmutableLongByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongByteMapFactory
-
with
- Specified by:
within interfaceImmutableLongByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongByteMapFactory
-
with
- Specified by:
within interfaceImmutableLongByteMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongByteMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongByteMapFactory
-
from
public <T> ImmutableLongByteMap from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableLongByteMapFactory
-