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