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