ImmutableFloatObjectMapFactorypublic enum ImmutableFloatObjectMapFactoryImpl extends java.lang.Enum<ImmutableFloatObjectMapFactoryImpl> implements ImmutableFloatObjectMapFactory
ImmutableFloatObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableFloatObjectMap<V> |
empty() |
|
<V> ImmutableFloatObjectMap<V> |
of() |
|
<V> ImmutableFloatObjectMap<V> |
of(float key,
V value) |
|
<V> ImmutableFloatObjectMap<V> |
ofAll(FloatObjectMap<? extends V> map) |
|
static ImmutableFloatObjectMapFactoryImpl |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic <V> ImmutableFloatObjectMap<V> empty()
empty in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> of()
ImmutableFloatObjectMapFactoryof in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> with()
ImmutableFloatObjectMapFactorywith in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> of(float key, V value)
ImmutableFloatObjectMapFactoryof in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> with(float key, V value)
with in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> ofAll(FloatObjectMap<? extends V> map)
ImmutableFloatObjectMapFactoryofAll in interface ImmutableFloatObjectMapFactorypublic <V> ImmutableFloatObjectMap<V> withAll(FloatObjectMap<? extends V> map)
withAll in interface ImmutableFloatObjectMapFactoryCopyright © 2004–2017. All rights reserved.