public class ImmutableByteStackFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.stack.primitive.ImmutableByteStack |
of()
Same as
ImmutableByteStackFactory.with(). |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
of(byte... items)
Same as
ImmutableByteStackFactory.with(byte[]). |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
of(byte one)
Same as
ImmutableByteStackFactory.with(byte). |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
ImmutableByteStackFactory.withAll(ByteIterable). |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
ofAllReversed(com.gs.collections.api.ByteIterable items)
Same as
ImmutableByteStackFactory.withAllReversed(ByteIterable). |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
with() |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
with(byte... items) |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
with(byte one) |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
withAll(com.gs.collections.api.ByteIterable items) |
com.gs.collections.api.stack.primitive.ImmutableByteStack |
withAllReversed(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.stack.primitive.ImmutableByteStack of()
com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactoryImmutableByteStackFactory.with().of in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack with()
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack of(byte one)
com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactoryImmutableByteStackFactory.with(byte).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack with(byte one)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack of(byte... items)
com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactoryImmutableByteStackFactory.with(byte[]).of in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack with(byte... items)
with in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactoryImmutableByteStackFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack ofAllReversed(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactoryImmutableByteStackFactory.withAllReversed(ByteIterable).ofAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactorypublic com.gs.collections.api.stack.primitive.ImmutableByteStack withAllReversed(com.gs.collections.api.ByteIterable items)
withAllReversed in interface com.gs.collections.api.factory.stack.primitive.ImmutableByteStackFactory