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 MutableDoubleListFactory
public MutableDoubleList of()
MutableDoubleListFactory
MutableDoubleListFactory.empty()
.of
in interface MutableDoubleListFactory
public MutableDoubleList with()
MutableDoubleListFactory
MutableDoubleListFactory.empty()
.with
in interface MutableDoubleListFactory
public MutableDoubleList of(double... items)
MutableDoubleListFactory
of
in interface MutableDoubleListFactory
public MutableDoubleList with(double... items)
with
in interface MutableDoubleListFactory
public MutableDoubleList ofAll(DoubleIterable items)
MutableDoubleListFactory
ofAll
in interface MutableDoubleListFactory
public MutableDoubleList withAll(DoubleIterable items)
withAll
in interface MutableDoubleListFactory
Copyright © 2004–2016. All rights reserved.