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) Creates anImmutableLongLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.of()Same asImmutableLongLongMapFactory.empty().of(long key, long value) ofAll(LongLongMap map) with()Same asImmutableLongLongMapFactory.empty().with(long key, long value) withAll(LongLongMap map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongLongMapFactoryImpl
public ImmutableLongLongMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongLongMapFactory
-
of
Description copied from interface:ImmutableLongLongMapFactorySame asImmutableLongLongMapFactory.empty().- Specified by:
ofin interfaceImmutableLongLongMapFactory
-
with
Description copied from interface:ImmutableLongLongMapFactorySame asImmutableLongLongMapFactory.empty().- Specified by:
within interfaceImmutableLongLongMapFactory
-
of
Description copied from interface:ImmutableLongLongMapFactory- Specified by:
ofin interfaceImmutableLongLongMapFactory
-
with
- Specified by:
within interfaceImmutableLongLongMapFactory
-
ofAll
Description copied from interface:ImmutableLongLongMapFactory- 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) Description copied from interface:ImmutableLongLongMapFactoryCreates anImmutableLongLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.- Specified by:
fromin interfaceImmutableLongLongMapFactory
-