public class ImmutableByteStackFactoryImpl extends Object implements org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactory
ImmutableByteStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
empty() |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
of() |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
of(byte... items) |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
of(byte one) |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
ofAllReversed(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
with() |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
with(byte... items) |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
with(byte one) |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
withAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.stack.primitive.ImmutableByteStack |
withAllReversed(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.stack.primitive.ImmutableByteStack empty()
empty in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack of()
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack with()
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack of(byte one)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack with(byte one)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack of(byte... items)
of in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack with(byte... items)
with in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack ofAllReversed(org.eclipse.collections.api.ByteIterable items)
ofAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic org.eclipse.collections.api.stack.primitive.ImmutableByteStack withAllReversed(org.eclipse.collections.api.ByteIterable items)
withAllReversed in interface org.eclipse.collections.api.factory.stack.primitive.ImmutableByteStackFactoryCopyright © 2004–2018. All rights reserved.