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 |
empty() |
ImmutableDoubleByteMap |
of()
|
ImmutableDoubleByteMap |
of(double key,
byte value)
|
ImmutableDoubleByteMap |
ofAll(DoubleByteMap map)
|
ImmutableDoubleByteMap |
with()
|
ImmutableDoubleByteMap |
with(double key,
byte value) |
ImmutableDoubleByteMap |
withAll(DoubleByteMap map) |
public ImmutableDoubleByteMap empty()
empty in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap of()
ImmutableDoubleByteMapFactoryof in interface ImmutableDoubleByteMapFactorypublic ImmutableDoubleByteMap with()
ImmutableDoubleByteMapFactorywith 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–2016. All rights reserved.