ImmutableDoubleDoubleMapFactorypublic enum ImmutableDoubleDoubleMapFactoryImpl extends java.lang.Enum<ImmutableDoubleDoubleMapFactoryImpl> implements ImmutableDoubleDoubleMapFactory
ImmutableDoubleDoubleMap.
 This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Enum Constant | Description | 
|---|---|
| INSTANCE | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ImmutableDoubleDoubleMap | empty() | |
| ImmutableDoubleDoubleMap | of() | |
| ImmutableDoubleDoubleMap | of(double key,
  double value) | |
| ImmutableDoubleDoubleMap | ofAll(DoubleDoubleMap map) | |
| static ImmutableDoubleDoubleMapFactoryImpl | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static ImmutableDoubleDoubleMapFactoryImpl[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| ImmutableDoubleDoubleMap | with() | |
| ImmutableDoubleDoubleMap | with(double key,
    double value) | |
| ImmutableDoubleDoubleMap | withAll(DoubleDoubleMap map) | 
public static final ImmutableDoubleDoubleMapFactoryImpl INSTANCE
public static ImmutableDoubleDoubleMapFactoryImpl[] values()
for (ImmutableDoubleDoubleMapFactoryImpl c : ImmutableDoubleDoubleMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleDoubleMapFactoryImpl 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 ImmutableDoubleDoubleMap empty()
empty in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap of()
ImmutableDoubleDoubleMapFactoryof in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap with()
ImmutableDoubleDoubleMapFactorywith in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap of(double key, double value)
ImmutableDoubleDoubleMapFactoryof in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap with(double key, double value)
with in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap ofAll(DoubleDoubleMap map)
ImmutableDoubleDoubleMapFactoryofAll in interface ImmutableDoubleDoubleMapFactorypublic ImmutableDoubleDoubleMap withAll(DoubleDoubleMap map)
withAll in interface ImmutableDoubleDoubleMapFactoryCopyright © 2004–2018. All rights reserved.