Package mako5.util

Interface Summary
Queue<T> A queue interface.
Stack<T> A stack interface.
 

Class Summary
ArrayQueue<T> A circular array queue class.
ArrayStack<T> An array stack that may not be expanded.
ListQueue<T> Makes a new queue.
Log Goals
RandomGen Provides a generic random generator to pull from.