-
TByteArrayStack
- Class in
com.slimjars.dist.gnu.trove.stack.array
-
A stack of byte primitives, backed by a TByteArrayList
-
TByteArrayStack() - Constructor for class com
.slimjars
.dist
.gnu
.trove
.stack
.array
.
TByteArrayStack
-
Creates a new
TByteArrayStack instance with the default capacity.
-
TByteArrayStack(int) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.stack
.array
.
TByteArrayStack
-
Creates a new
TByteArrayStack instance with the specified capacity.
-
TByteArrayStack(int, byte) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.stack
.array
.
TByteArrayStack
-
Creates a new
TByteArrayStack instance with the specified capacity.
-
TByteArrayStack(TByteStack) - Constructor for class com
.slimjars
.dist
.gnu
.trove
.stack
.array
.
TByteArrayStack
-
Creates a new
TByteArrayStack instance that is a copy of the instanced passed to us.
-
toArray() - Method in class com
.slimjars
.dist
.gnu
.trove
.stack
.array
.
TByteArrayStack
-
Copies the contents of the stack into a native array.
-
toArray(byte[]) - Method in class com
.slimjars
.dist
.gnu
.trove
.stack
.array
.
TByteArrayStack
-
Copies a slice of the list into a native array.
-
toString() - Method in class com
.slimjars
.dist
.gnu
.trove
.stack
.array
.
TByteArrayStack
-
Returns a String representation of the list, top to bottom.