Package magi.toolkit.util.queue

Interface Summary
Queue An interface contract for a Queue object.
 

Class Summary
FIFOQueue A "First In, First Out" implementation of the Queue interface.
LIFOQueue An implementation of a "Last In, First Out" Queue.
Stack An implementation of a stack, for pushing and popping objects.