public interface ImmutableByteDoubleMapFactory
ImmutableByteDoubleMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableByteDoubleMap |
empty() |
ImmutableByteDoubleMap |
of()
Same as
empty() . |
ImmutableByteDoubleMap |
of(byte key,
double value)
Same as
with(byte, double) . |
ImmutableByteDoubleMap |
ofAll(ByteDoubleMap map)
Same as
withAll(ByteDoubleMap) . |
ImmutableByteDoubleMap |
with()
Same as
empty() . |
ImmutableByteDoubleMap |
with(byte key,
double value) |
ImmutableByteDoubleMap |
withAll(ByteDoubleMap map) |
ImmutableByteDoubleMap empty()
ImmutableByteDoubleMap of()
empty()
.ImmutableByteDoubleMap with()
empty()
.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–2016. All rights reserved.