Package Util.Structures

Interface Summary
IntIterator Interface for an iterator objects that uses int primitaves instead of using the boxed Integer vesion.
IntList Interface for a list structure that stores ints
 

Class Summary
BinaryNode<T>  
NimbleTree<E> Lightweight tree n-arity structure
Operators<E> FIXME Make singelton
Queue<T> A FIFO queue implementation containting a linked list
ReversePolish  
StaticIntIterator  
StaticIntList This is a simple implementation of a wrapper for a dynamically sized static array to hold ints.
TreeNode<E> Node for use in the nimble tree structure.