Class ImmutableShortByteMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteMapFactoryImpl
- All Implemented Interfaces:
ImmutableShortByteMapFactory
public class ImmutableShortByteMapFactoryImpl
extends Object
implements ImmutableShortByteMapFactory
ImmutableShortByteMapFactoryImpl is a factory implementation which creates instances of type
ImmutableShortByteMap.
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, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) of()of(short key, byte value) ofAll(ShortByteMap map) with()with(short key, byte value) withAll(ShortByteMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableShortByteMapFactoryImpl
public ImmutableShortByteMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableShortByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableShortByteMapFactory
-
with
- Specified by:
within interfaceImmutableShortByteMapFactory
-
of
- Specified by:
ofin interfaceImmutableShortByteMapFactory
-
with
- Specified by:
within interfaceImmutableShortByteMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableShortByteMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableShortByteMapFactory
-
from
public <T> ImmutableShortByteMap from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableShortByteMapFactory
-