public class MutableByteStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactory
MutableByteStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.MutableByteStack |
empty() |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
of() |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
of(byte... items) |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
ofAllReversed(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
with() |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
with(byte... items) |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
withAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.stack.primitive.MutableByteStack |
withAllReversed(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.stack.primitive.MutableByteStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack of(byte... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack with(byte... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack ofAllReversed(org.eclipse.collections.api.ByteIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.MutableByteStack withAllReversed(org.eclipse.collections.api.ByteIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.MutableByteStackFactoryCopyright © 2004–2018. All rights reserved.