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