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
H
hasNext()
- Method in class m865.datastructures.
BalkingQueue.BalkingQueueIterator
Determines if there is an object in the queue that can be returned by next().
hasNext()
- Method in class m865.datastructures.
PriorityQueueAL.PriorityQueueALIterator
Determines if there is an object in the priority queue that can be returned by next().
hasNext()
- Method in class m865.datastructures.
QueueAL.QueueALIterator
Determines if there is an object in the queue that can be returned by next().
hasNext()
- Method in class m865.datastructures.
QueueCL.QueueCLIterator
Determines if there is an object in the queue that can be returned by next().
hasNext()
- Method in class m865.datastructures.
QueueLL.QueueLLIterator
Determines if there is an object in the queue that can be returned by next().
hasNext()
- Method in class m865.datastructures.
StackAL.StackALIterator
Determines if there is an object in the stack that can be returned by next().
hasNext()
- Method in class m865.datastructures.
StackLL.StackLLIterator
Determines if there is an object in stack that can be returned by next().
hash
- Variable in class m865.datastructures.
AbstractPriorityQueue
The cached value of the hash code for the queue.
hash
- Variable in class m865.datastructures.
AbstractQueue
The cached value of the hash code for the queue.
hash
- Variable in class m865.datastructures.
AbstractStack
The cached value of the hash code for the stack.
hashCode()
- Method in class m865.datastructures.
AbstractPriorityQueue
Returns the value of the hash code for this priority queue.
hashCode()
- Method in class m865.datastructures.
AbstractQueue
Returns the value of the hash code for this queue.
hashCode()
- Method in class m865.datastructures.
AbstractStack
Returns the value of the hash code for this stack.
hashCode()
- Method in class m865.datastructures.
PrioritizedItem
Calculates the hashCode
head
- Variable in class m865.datastructures.
QueueCL
The index that points to the front of the queue.
height
- Variable in class m865.shapepack.
Shape
Height of the bounding box.
higherThan(Prioritizeable)
- Method in interface m865.datastructures.
Prioritizeable
Compares the priority of this Prioritizeable object with the priority of the specified Prioritizeable object.
higherThan(Prioritizeable)
- Method in class m865.datastructures.
PrioritizedItem
Compares the priority of this object with a specified object.
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