public class MutableByteStackFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.stack.primitive.MutableByteStack |
empty() |
com.gs.collections.api.stack.primitive.MutableByteStack |
of()
Same as
MutableByteStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableByteStack |
of(byte... items)
Same as
MutableByteStackFactory.with(byte[]). |
com.gs.collections.api.stack.primitive.MutableByteStack |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
MutableByteStackFactory.withAll(ByteIterable). |
com.gs.collections.api.stack.primitive.MutableByteStack |
ofAllReversed(com.gs.collections.api.ByteIterable items)
Same as
MutableByteStackFactory.withAllReversed(ByteIterable). |
com.gs.collections.api.stack.primitive.MutableByteStack |
with()
Same as
MutableByteStackFactory.empty(). |
com.gs.collections.api.stack.primitive.MutableByteStack |
with(byte... items) |
com.gs.collections.api.stack.primitive.MutableByteStack |
withAll(com.gs.collections.api.ByteIterable items) |
com.gs.collections.api.stack.primitive.MutableByteStack |
withAllReversed(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.stack.primitive.MutableByteStack empty()
empty in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack of()
com.gs.collections.api.factory.stack.primitive.MutableByteStackFactoryMutableByteStackFactory.empty().of in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack with()
com.gs.collections.api.factory.stack.primitive.MutableByteStackFactoryMutableByteStackFactory.empty().with in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack of(byte... items)
com.gs.collections.api.factory.stack.primitive.MutableByteStackFactoryMutableByteStackFactory.with(byte[]).of in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack with(byte... items)
with in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.stack.primitive.MutableByteStackFactoryMutableByteStackFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack ofAllReversed(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.stack.primitive.MutableByteStackFactoryMutableByteStackFactory.withAllReversed(ByteIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactorypublic com.gs.collections.api.stack.primitive.MutableByteStack withAllReversed(com.gs.collections.api.ByteIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.MutableByteStackFactory