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