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