home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / awt / Queue.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  187 b   |  7 lines

  1. package java.awt;
  2.  
  3. class Queue {
  4.    EventQueueItem head;
  5.    EventQueueItem tail;
  6. }
  7.