Uses of Interface
edu.rice.comp211.laundry.iterator.ReadIteratorI

Packages that use ReadIteratorI
edu.rice.comp211.laundry.iterator   
edu.rice.comp211.laundry.list   
 

Uses of ReadIteratorI in edu.rice.comp211.laundry.iterator
 

Subinterfaces of ReadIteratorI in edu.rice.comp211.laundry.iterator
 interface BiIteratorI<T>
          An iterator that traverses a collection of objects of type T in either direction possibly modifying it.
 interface IteratorI<T>
          An iterator that traverses a collection of elements of type T possibly modifying it.
 

Uses of ReadIteratorI in edu.rice.comp211.laundry.list
 

Classes in edu.rice.comp211.laundry.list that implement ReadIteratorI
private  class BiList.BiIterator
          A class used to generate iterators for this list.
 

Methods in edu.rice.comp211.laundry.list that return ReadIteratorI
 ReadIteratorI<T> EnumI.newIterator()
          Factory for a new ReadIteratorI for processing this enumeration.