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