public class MutableDoubleStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactory
MutableDoubleStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.MutableDoubleStack |
empty() |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
of()
Same as
MutableDoubleStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
of(double... items)
Same as
MutableDoubleStackFactory.with(double[]). |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
ofAll(com.gs.collections.api.DoubleIterable items)
Same as
MutableDoubleStackFactory.withAll(DoubleIterable). |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
ofAllReversed(com.gs.collections.api.DoubleIterable items)
Same as
MutableDoubleStackFactory.withAllReversed(DoubleIterable). |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
with()
Same as
MutableDoubleStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
with(double... items) |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
withAll(com.gs.collections.api.DoubleIterable items) |
com.gs.collections.api.stack.primitive.MutableDoubleStack |
withAllReversed(com.gs.collections.api.DoubleIterable items) |
public com.gs.collections.api.stack.primitive.MutableDoubleStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack of()
com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactoryMutableDoubleStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack with()
com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactoryMutableDoubleStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack of(double... items)
com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactoryMutableDoubleStackFactory.with(double[]).of in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack with(double... items)
with in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack ofAll(com.gs.collections.api.DoubleIterable items)
com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactoryMutableDoubleStackFactory.withAll(DoubleIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack withAll(com.gs.collections.api.DoubleIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack ofAllReversed(com.gs.collections.api.DoubleIterable items)
com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactoryMutableDoubleStackFactory.withAllReversed(DoubleIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.MutableDoubleStack withAllReversed(com.gs.collections.api.DoubleIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableDoubleStackFactory