Index of all Fields and Methods
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
- capacity.
Variable in class Queue.FixEnumImpl
-
- clone().
Method in class Queue.QImpl
- Returns a shallow copy of the queue.
- clone().
Method in interface Queue.Queue
- Returns a shallow copy of the queue.
- clone().
Method in class Queue.UniqQImpl
- Returns a shallow copy of the queue.
- DuplicateElementException().
Constructor for class Queue.DuplicateElementException
-
- elem.
Variable in class Queue.QNodeImpl
- the element of the node
- elements().
Method in class Queue.QImpl
- Returns an enumeration of the elements in the queue.
- elements().
Method in interface Queue.Queue
- Returns an enumeration of the elements in the queue.
- elements().
Method in class Queue.UniqQImpl
- Returns an enumeration of the elements in the queue.
- enum_array.
Variable in class Queue.FixEnumImpl
-
- firstElement().
Method in class Queue.QImpl
- Returns the first element of the queue without removing the
element.
- firstElement().
Method in interface Queue.Queue
- Returns the first element of the queue without removing the
element.
- firstElement().
Method in class Queue.UniqQImpl
- Returns the first element of the queue without removing the
element.
- FixEnumImpl(int).
Constructor for class Queue.FixEnumImpl
- Constructor for class SynFixEnumImpl.
- hash_table.
Variable in class Queue.UniqQImpl
- item hash table
- hasMoreElements().
Method in class Queue.FixEnumImpl
- Method hasMoreElements() returns true if there are more
values to be enumerated, and can be used to determine whether
a loop should continue.
- head_node.
Variable in class Queue.QImpl
- refers to the first element
- head_node.
Variable in class Queue.UniqQImpl
- refers to the head node
- insert(QNodeImpl, QNodeImpl).
Method in class Queue.QNodeImpl
- Method insert() will insert the current node into the queue,
given the previous node, and the next node.
- insertFirst(Object).
Method in class Queue.QImpl
- Insert the specified element into the front of the queue.
- insertFirst(Object).
Method in interface Queue.Queue
- Insert the specified element into the front of the queue.
- insertFirst(Object).
Method in class Queue.UniqQImpl
- Insert the specified element into the front of the queue.
- insertLast(Object).
Method in class Queue.QImpl
- Insert the specified element into the back of the queue.
- insertLast(Object).
Method in interface Queue.Queue
- Insert the specified element into the back of the queue.
- insertLast(Object).
Method in class Queue.UniqQImpl
- Insert the specified element into the back of the queue.
- isInside(Object).
Method in class Queue.UniqQImpl
- Returns true if the specified element is inside the queue.
- isInside(Object).
Method in interface Queue.UniqueQueue
- Returns true if the specified element is inside the queue.
- lastElement().
Method in class Queue.QImpl
- Returns the last element of the queue without removing the
element.
- lastElement().
Method in interface Queue.Queue
- Returns the last element of the queue without removing the
element.
- lastElement().
Method in class Queue.UniqQImpl
- Returns the last element of the queue without removing the
element.
- next.
Variable in class Queue.QNodeImpl
- the next pointer
- nextElement().
Method in class Queue.FixEnumImpl
- Method nextElement() will return the next element in the
enumeration.
- num_elem.
Variable in class Queue.QImpl
- keep track of queue size
- num_elem.
Variable in class Queue.UniqQImpl
- keep track of queue size
- prev.
Variable in class Queue.QNodeImpl
- the previous pointer
- QImpl().
Constructor for class Queue.QImpl
- Constructor, creates an empty queue.
- QNodeImpl(Object).
Constructor for class Queue.QNodeImpl
- Constructor, given the content of the node
- QNodeImpl(Object, QNodeImpl, QNodeImpl).
Constructor for class Queue.QNodeImpl
- Constructor, given the content of the node, and both links
- read_index.
Variable in class Queue.FixEnumImpl
-
- remove().
Method in class Queue.QNodeImpl
- Method remove() will remove the current node from the queue.
- removeElement(Object).
Method in class Queue.UniqQImpl
- Remove the specified element from the queue.
- removeElement(Object).
Method in interface Queue.UniqueQueue
- Remove the specified element from the queue.
- removeFirst().
Method in class Queue.QImpl
- Remove and return an element from the front of the queue.
- removeFirst().
Method in interface Queue.Queue
- Remove and return an element from the front of the queue.
- removeFirst().
Method in class Queue.UniqQImpl
- Remove and return an element from the front of the queue.
- removeLast().
Method in class Queue.QImpl
- Remove and return an element from the back of the queue.
- removeLast().
Method in interface Queue.Queue
- Remove and return an element from the back of the queue.
- removeLast().
Method in class Queue.UniqQImpl
- Remove and return an element from the back of the queue.
- size().
Method in class Queue.QImpl
- Returns the number of elements in the queue.
- size().
Method in interface Queue.Queue
- Returns the number of elements in the queue.
- size().
Method in class Queue.UniqQImpl
- Returns the number of elements in the queue.
- tail_node.
Variable in class Queue.QImpl
- refers to the last element
- tail_node.
Variable in class Queue.UniqQImpl
- refers to the tail node
- UniqQImpl().
Constructor for class Queue.UniqQImpl
- Constructor, creates an empty queue.
- write_index.
Variable in class Queue.FixEnumImpl
-