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