Class ImmutableLongObjectMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectMapFactoryImpl
- All Implemented Interfaces:
ImmutableLongObjectMapFactory
public class ImmutableLongObjectMapFactoryImpl
extends Object
implements ImmutableLongObjectMapFactory
ImmutableLongObjectMapFactoryImpl is a factory implementation which creates instances of type
ImmutableLongObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V> ImmutableLongObjectMap<V>empty()<T,V> ImmutableLongObjectMap<V> from(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) <V> ImmutableLongObjectMap<V>of()<V> ImmutableLongObjectMap<V>of(long key, V value) <V> ImmutableLongObjectMap<V>ofAll(LongObjectMap<? extends V> map) <V> ImmutableLongObjectMap<V>with()<V> ImmutableLongObjectMap<V>with(long key, V value) <V> ImmutableLongObjectMap<V>withAll(LongObjectMap<? extends V> map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongObjectMapFactoryImpl
public ImmutableLongObjectMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongObjectMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongObjectMapFactory
-
with
- Specified by:
within interfaceImmutableLongObjectMapFactory
-
of
- Specified by:
ofin interfaceImmutableLongObjectMapFactory
-
with
- Specified by:
within interfaceImmutableLongObjectMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongObjectMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongObjectMapFactory
-
from
public <T,V> ImmutableLongObjectMap<V> from(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) - Specified by:
fromin interfaceImmutableLongObjectMapFactory
-