public interface ImmutableLongDoubleMapFactory
ImmutableLongDoubleMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableLongDoubleMap |
of()
Same as
with() . |
ImmutableLongDoubleMap |
of(long key,
double value)
Same as
with(long, double) . |
ImmutableLongDoubleMap |
ofAll(LongDoubleMap map)
Same as
withAll(LongDoubleMap) . |
ImmutableLongDoubleMap |
with() |
ImmutableLongDoubleMap |
with(long key,
double value) |
ImmutableLongDoubleMap |
withAll(LongDoubleMap map) |
ImmutableLongDoubleMap of()
with()
.ImmutableLongDoubleMap with()
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–2019. All rights reserved.