public class ImmutableFloatStackFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
of(float... items) |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
of(float one) |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
ofAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
ofAllReversed(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
with(float... items) |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
with(float one) |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
withAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableFloatStack |
withAllReversed(org.eclipse.collections.api.FloatIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableFloatStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack of(float one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack with(float one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack of(float... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack with(float... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack ofAll(org.eclipse.collections.api.FloatIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack withAll(org.eclipse.collections.api.FloatIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack ofAllReversed(org.eclipse.collections.api.FloatIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableFloatStack withAllReversed(org.eclipse.collections.api.FloatIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableFloatStackFactoryCopyright © 2004–2018. All rights reserved.