public class ImmutableDoubleStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
empty() |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
of()
Same as
ImmutableDoubleStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
of(double... items)
Same as
ImmutableDoubleStackFactory.with(double[]). |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
of(double one)
Same as
ImmutableDoubleStackFactory.with(double). |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
ofAll(com.gs.collections.api.DoubleIterable items)
Same as
ImmutableDoubleStackFactory.withAll(DoubleIterable). |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
ofAllReversed(com.gs.collections.api.DoubleIterable items)
Same as
ImmutableDoubleStackFactory.withAllReversed(DoubleIterable). |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
with()
Same as
ImmutableDoubleStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
with(double... items) |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
with(double one) |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
withAll(com.gs.collections.api.DoubleIterable items) |
com.gs.collections.api.stack.primitive.ImmutableDoubleStack |
withAllReversed(com.gs.collections.api.DoubleIterable items) |
public com.gs.collections.api.stack.primitive.ImmutableDoubleStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack of()
com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactoryImmutableDoubleStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack with()
com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactoryImmutableDoubleStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack of(double one)
com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactoryImmutableDoubleStackFactory.with(double).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack with(double one)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack of(double... items)
com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactoryImmutableDoubleStackFactory.with(double[]).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack with(double... items)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack ofAll(com.gs.collections.api.DoubleIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactoryImmutableDoubleStackFactory.withAll(DoubleIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack withAll(com.gs.collections.api.DoubleIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack ofAllReversed(com.gs.collections.api.DoubleIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactoryImmutableDoubleStackFactory.withAllReversed(DoubleIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableDoubleStack withAllReversed(com.gs.collections.api.DoubleIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableDoubleStackFactory