All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- clone().
Method in interface Queue.Queue
- Returns a shallow copy of the queue.
- elements().
Method in interface QueueQueue
- Returns an enumeration of the elements in the queue.
- firstElement().
Method in interface QueueQueue
- Returns the first element of the queue without removing the
element.
- insertFirst(Object).
Method in interface QueueQueue
- Insert the specified element into the front of the queue.
- insertLast(Object).
Method in interface QueueQueue
- Insert the specified element into the back of the queue.
- lastElement().
Method in interface QueueQueue
- Returns the last element of the queue without removing the
element.
- removeFirst().
Method in interface QueueQueue
- Remove and return an element from the front of the queue.
- removeLast().
Method in interface Queue.Queue
- Remove and return an element from the back of the queue.
- size().
Method in interface QueueQueue
- Returns the number of elements in the queue.