public class ImmutableDoubleByteMapFactoryImpl extends Object implements ImmutableDoubleByteMapFactory
ImmutableDoubleByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleByteMap |
of()
Same as
ImmutableDoubleByteMapFactory.with(). |
ImmutableDoubleByteMap |
of(double key,
byte value)
|
ImmutableDoubleByteMap |
ofAll(DoubleByteMap map)
|
ImmutableDoubleByteMap |
with() |
ImmutableDoubleByteMap |
with(double key,
byte value) |
ImmutableDoubleByteMap |
withAll(DoubleByteMap map) |
public ImmutableDoubleByteMap of()
ImmutableDoubleByteMapFactoryImmutableDoubleByteMapFactory.with().of in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap with()
with in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap of(double key, byte value)
ImmutableDoubleByteMapFactoryof in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap with(double key, byte value)
with in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap ofAll(DoubleByteMap map)
ImmutableDoubleByteMapFactoryofAll in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap withAll(DoubleByteMap map)
withAll in interface ImmutableDoubleByteMapFactoryCopyright © 2004–2017. All rights reserved.