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