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