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