public enum ImmutableFloatObjectMapFactoryImpl extends Enum<ImmutableFloatObjectMapFactoryImpl> implements ImmutableFloatObjectMapFactory
ImmutableFloatObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableFloatObjectMapFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableFloatObjectMapFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<V> ImmutableFloatObjectMap<V> |
with() |
<V> ImmutableFloatObjectMap<V> |
with(float key,
V value) |
<V> ImmutableFloatObjectMap<V> |
withAll(FloatObjectMap<? extends V> map) |
public static final ImmutableFloatObjectMapFactoryImpl INSTANCE
public static ImmutableFloatObjectMapFactoryImpl[] values()
for (ImmutableFloatObjectMapFactoryImpl c : ImmutableFloatObjectMapFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatObjectMapFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic <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–2021. All rights reserved.