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

C

clone(). Method in interface Queue.Queue
Returns a shallow copy of the queue.

E

elements(). Method in interface QueueQueue
Returns an enumeration of the elements in the queue.

F

firstElement(). Method in interface QueueQueue
Returns the first element of the queue without removing the element.

I

insertFirst(Object). Method in interface QueueQueue
Insert the specified element into the front of the queue.
insertLast(Object). Method in interface QueueQueue
Insert the specified element into the back of the queue.

L

lastElement(). Method in interface QueueQueue
Returns the last element of the queue without removing the element.

R

removeFirst(). Method in interface QueueQueue
Remove and return an element from the front of the queue.
removeLast(). Method in interface Queue.Queue
Remove and return an element from the back of the queue.

S

size(). Method in interface QueueQueue
Returns the number of elements in the queue.