public class MutableDoubleListFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.list.primitive.MutableDoubleListFactory
MutableDoubleList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.list.primitive.MutableDoubleList |
empty() |
com.gs.collections.api.list.primitive.MutableDoubleList |
of()
Same as
MutableDoubleListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableDoubleList |
of(double... items)
Same as
MutableDoubleListFactory.with(double[]). |
com.gs.collections.api.list.primitive.MutableDoubleList |
ofAll(com.gs.collections.api.DoubleIterable items)
Same as
MutableDoubleListFactory.withAll(DoubleIterable). |
com.gs.collections.api.list.primitive.MutableDoubleList |
with()
Same as
MutableDoubleListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableDoubleList |
with(double... items) |
com.gs.collections.api.list.primitive.MutableDoubleList |
withAll(com.gs.collections.api.DoubleIterable items) |
public com.gs.collections.api.list.primitive.MutableDoubleList empty()
empty in interface com.gs.collections.api.factory.list.primitive.MutableDoubleListFactorypublic com.gs.collections.api.list.primitive.MutableDoubleList of()
com.gs.collections.api.factory.list.primitive.MutableDoubleListFactoryMutableDoubleListFactory.empty().of in interface com.gs.collections.api.factory.list.primitive.MutableDoubleListFactorypublic com.gs.collections.api.list.primitive.MutableDoubleList with()
com.gs.collections.api.factory.list.primitive.MutableDoubleListFactoryMutableDoubleListFactory.empty().with in interface com.gs.collections.api.factory.list.primitive.MutableDoubleListFactorypublic com.gs.collections.api.list.primitive.MutableDoubleList of(double... items)
com.gs.collections.api.factory.list.primitive.MutableDoubleListFactoryMutableDoubleListFactory.with(double[]).of in interface com.gs.collections.api.factory.list.primitive.MutableDoubleListFactorypublic com.gs.collections.api.list.primitive.MutableDoubleList with(double... items)
with in interface com.gs.collections.api.factory.list.primitive.MutableDoubleListFactorypublic com.gs.collections.api.list.primitive.MutableDoubleList ofAll(com.gs.collections.api.DoubleIterable items)
com.gs.collections.api.factory.list.primitive.MutableDoubleListFactoryMutableDoubleListFactory.withAll(DoubleIterable).ofAll in interface com.gs.collections.api.factory.list.primitive.MutableDoubleListFactorypublic com.gs.collections.api.list.primitive.MutableDoubleList withAll(com.gs.collections.api.DoubleIterable items)
withAll in interface com.gs.collections.api.factory.list.primitive.MutableDoubleListFactory