public class MutableFloatStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactory
MutableFloatStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableFloatStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
of(float... items) |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
ofAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
ofAllReversed(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
with(float... items) |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
withAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.stack.primitive.MutableFloatStack |
withAllReversed(org.eclipse.collections.api.FloatIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableFloatStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack of(float... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack with(float... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack ofAll(org.eclipse.collections.api.FloatIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack withAll(org.eclipse.collections.api.FloatIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack ofAllReversed(org.eclipse.collections.api.FloatIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableFloatStack withAllReversed(org.eclipse.collections.api.FloatIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableFloatStackFactoryCopyright © 2004–2017. All rights reserved.