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