public interface ImmutableDoubleShortMapFactory
ImmutableDoubleShortMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableDoubleShortMap |
empty() |
ImmutableDoubleShortMap |
of()
Same as
empty() . |
ImmutableDoubleShortMap |
of(double key,
short value)
Same as
with(double, short) . |
ImmutableDoubleShortMap |
ofAll(DoubleShortMap map)
Same as
withAll(DoubleShortMap) . |
ImmutableDoubleShortMap |
with()
Same as
empty() . |
ImmutableDoubleShortMap |
with(double key,
short value) |
ImmutableDoubleShortMap |
withAll(DoubleShortMap map) |
ImmutableDoubleShortMap empty()
ImmutableDoubleShortMap of()
empty()
.ImmutableDoubleShortMap with()
empty()
.ImmutableDoubleShortMap of(double key, short value)
with(double, short)
.ImmutableDoubleShortMap with(double key, short value)
ImmutableDoubleShortMap ofAll(DoubleShortMap map)
withAll(DoubleShortMap)
.ImmutableDoubleShortMap withAll(DoubleShortMap map)
Copyright © 2004–2016. All rights reserved.