Skip navigation links
A B C D E G H I L M N P Q R S T 

E

element() - Method in class Queue
 
element() - Method in interface QueueADT
Get and do not remove the next item in the queue, If queue is empty, throw EmptyQueueException
EmptyQueueException - Exception in <Unnamed>
Custom exception type for empty queues
EmptyQueueException() - Constructor for exception EmptyQueueException
 
EmptyQueueException(String) - Constructor for exception EmptyQueueException
 
enqueue(T) - Method in class Queue
 
enqueue(T) - Method in interface QueueADT
Add data to the rear of the Queue,
A B C D E G H I L M N P Q R S T 
Skip navigation links