JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
G
I
L
N
P
Q
R
S
T
P
peek()
- Method in class stack.
LinkedStack
peek()
- Method in interface stack.
StackInterface
Retrieves this stack's top entry.
pick()
- Method in interface bag.
SimpleBagInterface
returns a random entry without removing from the bag.
pop()
- Method in class stack.
LinkedStack
pop()
- Method in interface stack.
StackInterface
Removes and returns this stack's top entry.
push(T)
- Method in class stack.
LinkedStack
push(T)
- Method in interface stack.
StackInterface
Adds a new entry to the top of this stack.
A
B
C
D
E
G
I
L
N
P
Q
R
S
T
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes