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