public interface ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
empty() |
ImmutableDoubleList |
of()
Same as
empty(). |
ImmutableDoubleList |
of(double... items)
Same as
with(double[]). |
ImmutableDoubleList |
of(double one)
Same as
with(double). |
ImmutableDoubleList |
ofAll(DoubleIterable items)
Same as
withAll(DoubleIterable). |
ImmutableDoubleList |
with()
Same as
empty(). |
ImmutableDoubleList |
with(double... items) |
ImmutableDoubleList |
with(double one) |
ImmutableDoubleList |
withAll(DoubleIterable items) |
ImmutableDoubleList empty()
ImmutableDoubleList of()
empty().ImmutableDoubleList with()
empty().ImmutableDoubleList of(double one)
with(double).ImmutableDoubleList with(double one)
ImmutableDoubleList of(double... items)
with(double[]).ImmutableDoubleList with(double... items)
ImmutableDoubleList ofAll(DoubleIterable items)
withAll(DoubleIterable).ImmutableDoubleList withAll(DoubleIterable items)
Copyright © 2004–2016. All rights reserved.