public class ImmutableFloatObjectMapFactoryImpl extends Object implements ImmutableFloatObjectMapFactory
ImmutableFloatObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatObjectMapFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatObjectMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<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) |
public static final ImmutableFloatObjectMapFactory INSTANCE
public <V> ImmutableFloatObjectMap<V> empty()
empty in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> of()
of in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> with()
with in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> of(float key, V value)
of in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> with(float key, V value)
with in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> ofAll(FloatObjectMap<? extends V> map)
ofAll in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> withAll(FloatObjectMap<? extends V> map)
withAll in interface ImmutableFloatObjectMapFactorypublic <T,V> ImmutableFloatObjectMap<V> from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)
from in interface ImmutableFloatObjectMapFactoryCopyright © 2004–2022. All rights reserved.