- emptyOut() - Method in class PriorityLists
-
- emptyOut() - Method in class PriorityNodeQueue
-
Svuota la coda.
- emptyOut() - Method in interface PriorityQueue
-
Svuota la coda.
- EmptyQueueException - Exception in <Unnamed>
-
Runtime exception thrown when one tries to perform operation front
or dequeue on an empty queue.
- EmptyQueueException(String) - Constructor for exception EmptyQueueException
-
- enqueue(E) - Method in class ArrayQueue
-
- enqueue(E) - Method in class NodeQueue
-
- enqueue(E) - Method in interface Queue
-
Inserts an element at the rear of the queue.
- enqueueHigh(E) - Method in class PriorityLists
-
- enqueueHigh(E) - Method in class PriorityNodeQueue
-
Accoda un elemento ad alta priorità .
- enqueueHigh(E) - Method in interface PriorityQueue
-
Accoda un elemento ad alta priorita' .
- enqueueLow(E) - Method in class PriorityLists
-
- enqueueLow(E) - Method in class PriorityNodeQueue
-
Accoda un elemento a bassa priorita' .
- enqueueLow(E) - Method in interface PriorityQueue
-
Accoda un elemento a bassa priorita' .