Package edu.rice.comp211.laundry.list

Interface Summary
BiListI<T>  
BiListIVisitor<T,R> Visitor to a BiListI
EnumI<T> The interface for a Comp211 collection of objects of type T.
ListI<T> A mutable linear list of elements of type T that can be scanned from first (front) to last (rear).
Predicate<T> Interface for predicate closures to test objects of type T for some condition.
 

Class Summary
BiList<T> A circularly linked class implementing the BiListI interface.
BiListUtil Singleton class holding the utility methods on BiLists used in the Laundry Simulation.