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

Packages that use BiIteratorI
edu.rice.comp211.laundry.list   
edu.rice.comp211.laundry.sync   
 

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

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

Methods in edu.rice.comp211.laundry.list that return BiIteratorI
 BiIteratorI<T> BiListI.newIterator()
          The inherited newIterator method with a narrowed output type.
 BiIteratorI<T> BiList.newIterator()
          Factory method that creates an iterator initialized to point at the start of the list.
 

Uses of BiIteratorI in edu.rice.comp211.laundry.sync
 

Methods in edu.rice.comp211.laundry.sync that return BiIteratorI
 BiIteratorI<T> SyncBiList.newIterator()