public class ImmutableFloatStackFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactory
ImmutableFloatStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
empty() |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
of()
Same as
ImmutableFloatStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
of(float... items)
Same as
ImmutableFloatStackFactory.with(float[]). |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
of(float one)
Same as
ImmutableFloatStackFactory.with(float). |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
ofAll(com.gs.collections.api.FloatIterable items)
Same as
ImmutableFloatStackFactory.withAll(FloatIterable). |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
ofAllReversed(com.gs.collections.api.FloatIterable items)
Same as
ImmutableFloatStackFactory.withAllReversed(FloatIterable). |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
with()
Same as
ImmutableFloatStackFactory.empty(). |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
with(float... items) |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
with(float one) |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
withAll(com.gs.collections.api.FloatIterable items) |
com.gs.collections.api.stack.primitive.ImmutableFloatStack |
withAllReversed(com.gs.collections.api.FloatIterable items) |
public com.gs.collections.api.stack.primitive.ImmutableFloatStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack of()
com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactoryImmutableFloatStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack with()
com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactoryImmutableFloatStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack of(float one)
com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactoryImmutableFloatStackFactory.with(float).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack with(float one)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack of(float... items)
com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactoryImmutableFloatStackFactory.with(float[]).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack with(float... items)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack ofAll(com.gs.collections.api.FloatIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactoryImmutableFloatStackFactory.withAll(FloatIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack withAll(com.gs.collections.api.FloatIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack ofAllReversed(com.gs.collections.api.FloatIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactoryImmutableFloatStackFactory.withAllReversed(FloatIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableFloatStack withAllReversed(com.gs.collections.api.FloatIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableFloatStackFactory