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