JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
algs13.Stack
Packages that use
Stack
Package
Description
algs13
algs13.xbacktrack.xframework
Uses of
Stack
in
algs13
Methods in
algs13
with parameters of type
Stack
Modifier and Type
Method
Description
static int
XIteratorClient.
sum1
(
Stack
<
Integer
> a)
static int
XIteratorClient.
sum2
(
Stack
<
Integer
> a)
Uses of
Stack
in
algs13.xbacktrack.xframework
Constructors in
algs13.xbacktrack.xframework
with parameters of type
Stack
Modifier
Constructor
Description
XBacktrackSuccess
(
Stack
<
T
> choices)