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