Uses of Interface
magi.toolkit.util.queue.Queue

Packages that use Queue
magi.toolkit.util.queue   
 

Uses of Queue in magi.toolkit.util.queue
 

Classes in magi.toolkit.util.queue that implement Queue
 class FIFOQueue
          A "First In, First Out" implementation of the Queue interface.
 class LIFOQueue
          An implementation of a "Last In, First Out" Queue.
 class Stack
          An implementation of a stack, for pushing and popping objects.