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