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