java.awt
Class Queue

java.lang.Object
  extended byjava.awt.Queue

class Queue
extends Object

The Queue object holds pointers to the beginning and end of one internal queue. An EventQueue object is composed of multiple internal Queues, one for each priority supported by the EventQueue. All Events on a particular internal Queue have identical priority.


Field Summary
(package private)  EventQueueItem head
           
(package private)  EventQueueItem tail
           
 
Constructor Summary
(package private) Queue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

EventQueueItem head

tail

EventQueueItem tail
Constructor Detail

Queue

Queue()