public class ImmutableDoubleShortMapFactoryImpl extends Object implements ImmutableDoubleShortMapFactory
ImmutableDoubleShortMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleShortMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleShortMap |
empty() |
ImmutableDoubleShortMap |
of()
|
ImmutableDoubleShortMap |
of(double key,
short value)
|
ImmutableDoubleShortMap |
ofAll(DoubleShortMap map)
|
ImmutableDoubleShortMap |
with()
|
ImmutableDoubleShortMap |
with(double key,
short value) |
ImmutableDoubleShortMap |
withAll(DoubleShortMap map) |
public ImmutableDoubleShortMap empty()
empty in interface ImmutableDoubleShortMapFactorypublic ImmutableDoubleShortMap of()
ImmutableDoubleShortMapFactoryof in interface ImmutableDoubleShortMapFactorypublic ImmutableDoubleShortMap with()
ImmutableDoubleShortMapFactorywith in interface ImmutableDoubleShortMapFactorypublic ImmutableDoubleShortMap of(double key, short value)
ImmutableDoubleShortMapFactoryof in interface ImmutableDoubleShortMapFactorypublic ImmutableDoubleShortMap with(double key, short value)
with in interface ImmutableDoubleShortMapFactorypublic ImmutableDoubleShortMap ofAll(DoubleShortMap map)
ImmutableDoubleShortMapFactoryofAll in interface ImmutableDoubleShortMapFactorypublic ImmutableDoubleShortMap withAll(DoubleShortMap map)
withAll in interface ImmutableDoubleShortMapFactoryCopyright © 2004–2016. All rights reserved.