Package org.homeunix.thecave.moss.data

Class Summary
FIFOQueue<T> TODO: Implement the Queue interface
HeapSet<Type extends Comparable<Type>> A fairly robust Heap implementation using Java 5 generics.
HistorySet<T> A set of a specified size, which contains only the last X recently added elements.
 

Enum Summary
HeapSet.HeapType