public interface ImmutableDoubleListFactory
ImmutableDoubleList
.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableDoubleList |
of()
Same as
with() . |
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() |
ImmutableDoubleList |
with(double... items) |
ImmutableDoubleList |
with(double one) |
ImmutableDoubleList |
withAll(DoubleIterable items) |
ImmutableDoubleList of()
with()
.ImmutableDoubleList with()
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.