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
E
EmptyQueueException
- Exception in
queue
A class of runtime exceptions thrown by methods to indicate that a queue is empty.
EmptyQueueException()
- Constructor for exception queue.
EmptyQueueException
EmptyQueueException(String)
- Constructor for exception queue.
EmptyQueueException
EmptyStackException
- Exception in
stack
Empty Stack Exception To be thrown by students when the Stack is accessed when empty, such as when peeking or popping an empty stack.
EmptyStackException()
- Constructor for exception stack.
EmptyStackException
EmptyStackException(String)
- Constructor for exception stack.
EmptyStackException
enqueue(T)
- Method in interface queue.
QueueInterface
Adds a new entry to the back of this queue.
equals(Object)
- Method in class list.
AList
maellis adding these for use in testing.
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