Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
B
BalkingQueue
- class m865.datastructures.
BalkingQueue
.
This class implements a balking queue, which is an extension of an AbstractQueue that implements all the remove methods of the Collection interface.
BalkingQueue()
- Constructor for class m865.datastructures.
BalkingQueue
The default constructor.
BalkingQueue(Collection)
- Constructor for class m865.datastructures.
BalkingQueue
Constructs a queue which is initialized with the objects in the specified collection
BalkingQueue(int, LinkedList)
- Constructor for class m865.datastructures.
BalkingQueue
Constructs a queue with a specified hash code and a clone of the specified LinkedList.
BalkingQueue.BalkingQueueIterator
- class m865.datastructures.
BalkingQueue.BalkingQueueIterator
.
An iterator for a BalkingQueue.
back
- Variable in class m865.datastructures.
QueueLL
This link points to the back of the Linked List.
bubbleUp(int)
- Method in class m865.datastructures.
PriorityQueueAL
Moves this item at the specified position up the heap according to its priority.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y