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