public interface ImmutableByteDoubleMapFactory
ImmutableByteDoubleMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableByteDoubleMap |
of()
Same as
with(). |
ImmutableByteDoubleMap |
of(byte key,
double value)
Same as
with(byte, double). |
ImmutableByteDoubleMap |
ofAll(ByteDoubleMap map)
Same as
withAll(ByteDoubleMap). |
ImmutableByteDoubleMap |
with() |
ImmutableByteDoubleMap |
with(byte key,
double value) |
ImmutableByteDoubleMap |
withAll(ByteDoubleMap map) |
ImmutableByteDoubleMap of()
with().ImmutableByteDoubleMap with()
ImmutableByteDoubleMap of(byte key, double value)
with(byte, double).ImmutableByteDoubleMap with(byte key, double value)
ImmutableByteDoubleMap ofAll(ByteDoubleMap map)
withAll(ByteDoubleMap).ImmutableByteDoubleMap withAll(ByteDoubleMap map)
Copyright © 2004–2017. All rights reserved.