Package edu.rice.comp211.laundry.iterator

Interface Summary
BiIteratorI<T> An iterator that traverses a collection of objects of type T in either direction possibly modifying it.
IteratorI<T> An iterator that traverses a collection of elements of type T possibly modifying it.
ReadIteratorI<T> An iterator that traverses a collection of objects of type T without modifying it.
 

Exception Summary
IteratorException Exception class for signalling errors in using an iterator (implementing IteratorI)