public class ImmutableByteDoubleMapFactoryImpl extends Object implements ImmutableByteDoubleMapFactory
ImmutableByteDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteDoubleMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteDoubleMap |
empty() |
ImmutableByteDoubleMap |
of()
|
ImmutableByteDoubleMap |
of(byte key,
double value)
|
ImmutableByteDoubleMap |
ofAll(ByteDoubleMap map)
|
ImmutableByteDoubleMap |
with()
|
ImmutableByteDoubleMap |
with(byte key,
double value) |
ImmutableByteDoubleMap |
withAll(ByteDoubleMap map) |
public ImmutableByteDoubleMap empty()
empty in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap of()
ImmutableByteDoubleMapFactoryof in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap with()
ImmutableByteDoubleMapFactorywith in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap of(byte key, double value)
ImmutableByteDoubleMapFactoryof in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap with(byte key, double value)
with in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap ofAll(ByteDoubleMap map)
ImmutableByteDoubleMapFactoryofAll in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap withAll(ByteDoubleMap map)
withAll in interface ImmutableByteDoubleMapFactoryCopyright © 2004–2016. All rights reserved.