Class ImmutableObjectFloatMapFactoryImpl
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatMapFactoryImpl
- All Implemented Interfaces:
ImmutableObjectFloatMapFactory
public class ImmutableObjectFloatMapFactoryImpl
extends Object
implements ImmutableObjectFloatMapFactory
ImmutableObjectFloatMapFactoryImpl is a factory implementation which creates instances of type
ImmutableObjectFloatMap.
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> ImmutableObjectFloatMap<K>empty()<T,K> ImmutableObjectFloatMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) <K> ImmutableObjectFloatMap<K>of()<K> ImmutableObjectFloatMap<K>of(K key, float value) <K> ImmutableObjectFloatMap<K>ofAll(ObjectFloatMap<? extends K> map) <K> ImmutableObjectFloatMap<K>with()<K> ImmutableObjectFloatMap<K>with(K key, float value) <K> ImmutableObjectFloatMap<K>withAll(ObjectFloatMap<? extends K> map)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableObjectFloatMapFactoryImpl
public ImmutableObjectFloatMapFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableObjectFloatMapFactory
-
of
- Specified by:
ofin interfaceImmutableObjectFloatMapFactory
-
with
- Specified by:
within interfaceImmutableObjectFloatMapFactory
-
of
- Specified by:
ofin interfaceImmutableObjectFloatMapFactory
-
with
- Specified by:
within interfaceImmutableObjectFloatMapFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableObjectFloatMapFactory
-
withAll
- Specified by:
withAllin interfaceImmutableObjectFloatMapFactory
-
from
public <T,K> ImmutableObjectFloatMap<K> from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) - Specified by:
fromin interfaceImmutableObjectFloatMapFactory
-