ImmutableByteFloatMapFactorypublic enum ImmutableByteFloatMapFactoryImpl extends java.lang.Enum<ImmutableByteFloatMapFactoryImpl> implements ImmutableByteFloatMapFactory
ImmutableByteFloatMap.
 This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description | 
|---|---|
| INSTANCE | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ImmutableByteFloatMap | empty() | |
| ImmutableByteFloatMap | of() | Same as  ImmutableByteFloatMapFactory.empty(). | 
| ImmutableByteFloatMap | of(byte key,
  float value) | |
| ImmutableByteFloatMap | ofAll(ByteFloatMap map) | |
| static ImmutableByteFloatMapFactoryImpl | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static ImmutableByteFloatMapFactoryImpl[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| ImmutableByteFloatMap | with() | Same as  ImmutableByteFloatMapFactory.empty(). | 
| ImmutableByteFloatMap | with(byte key,
    float value) | |
| ImmutableByteFloatMap | withAll(ByteFloatMap map) | 
public static final ImmutableByteFloatMapFactoryImpl INSTANCE
public static ImmutableByteFloatMapFactoryImpl[] values()
for (ImmutableByteFloatMapFactoryImpl c : ImmutableByteFloatMapFactoryImpl.values()) System.out.println(c);
public static ImmutableByteFloatMapFactoryImpl 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 ImmutableByteFloatMap empty()
empty in interface ImmutableByteFloatMapFactorypublic ImmutableByteFloatMap of()
ImmutableByteFloatMapFactoryImmutableByteFloatMapFactory.empty().of in interface ImmutableByteFloatMapFactorypublic ImmutableByteFloatMap with()
ImmutableByteFloatMapFactoryImmutableByteFloatMapFactory.empty().with in interface ImmutableByteFloatMapFactorypublic ImmutableByteFloatMap of(byte key, float value)
ImmutableByteFloatMapFactoryof in interface ImmutableByteFloatMapFactorypublic ImmutableByteFloatMap with(byte key, float value)
with in interface ImmutableByteFloatMapFactorypublic ImmutableByteFloatMap ofAll(ByteFloatMap map)
ImmutableByteFloatMapFactoryofAll in interface ImmutableByteFloatMapFactorypublic ImmutableByteFloatMap withAll(ByteFloatMap map)
withAll in interface ImmutableByteFloatMapFactoryCopyright © 2004–2018. All rights reserved.