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