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 |
of()
Same as
ImmutableByteDoubleMapFactory.with(). |
ImmutableByteDoubleMap |
of(byte key,
double value)
|
ImmutableByteDoubleMap |
ofAll(ByteDoubleMap map)
|
ImmutableByteDoubleMap |
with() |
ImmutableByteDoubleMap |
with(byte key,
double value) |
ImmutableByteDoubleMap |
withAll(ByteDoubleMap map) |
public ImmutableByteDoubleMap of()
ImmutableByteDoubleMapFactoryImmutableByteDoubleMapFactory.with().of in interface ImmutableByteDoubleMapFactorypublic ImmutableByteDoubleMap with()
with 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–2017. All rights reserved.