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