- EmptyQueueException - Exception in <Unnamed>
-
Thrown when trying to access an item in an empty queue.
- EmptyQueueException() - Constructor for exception EmptyQueueException
-
- enqueue(PriorityQueueItem<E>) - Method in class PriorityQueue
-
Adds an item to this PriorityQueue.
- enqueue(E) - Method in class Queue
-
Adds an item to the rear of the queue.
- enqueue(E) - Method in interface QueueADT
-
Adds an item to the rear of the queue.
- enrollCourse(Course) - Method in class Student
-
After the registration list is processed, adds successfully enrolled
courses to Student's list
- expandCapacity() - Method in class Queue
-