public class MutableDoubleListFactoryImpl extends Object implements MutableDoubleListFactory
MutableDoubleList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleList |
empty() |
MutableDoubleList |
of()
Same as
MutableDoubleListFactory.empty(). |
MutableDoubleList |
of(double... items)
|
MutableDoubleList |
ofAll(DoubleIterable items)
|
MutableDoubleList |
with()
Same as
MutableDoubleListFactory.empty(). |
MutableDoubleList |
with(double... items) |
MutableDoubleList |
withAll(DoubleIterable items) |
public MutableDoubleList empty()
empty in interface MutableDoubleListFactorypublic MutableDoubleList of()
MutableDoubleListFactoryMutableDoubleListFactory.empty().of in interface MutableDoubleListFactorypublic MutableDoubleList with()
MutableDoubleListFactoryMutableDoubleListFactory.empty().with in interface MutableDoubleListFactorypublic MutableDoubleList of(double... items)
MutableDoubleListFactoryof in interface MutableDoubleListFactorypublic MutableDoubleList with(double... items)
with in interface MutableDoubleListFactorypublic MutableDoubleList ofAll(DoubleIterable items)
MutableDoubleListFactoryofAll in interface MutableDoubleListFactorypublic MutableDoubleList withAll(DoubleIterable items)
withAll in interface MutableDoubleListFactoryCopyright © 2004–2016. All rights reserved.