edu.rice.comp211.laundry.list
Interface EnumI<T>

All Known Subinterfaces:
BiListI<T>, ListI<T>
All Known Implementing Classes:
BiList, SyncBiList

public interface EnumI<T>

The interface for a Comp211 collection of objects of type T.


Method Summary
 boolean isEmpty()
          Test if this enumeration is empty
 ReadIteratorI<T> newIterator()
          Factory for a new ReadIteratorI for processing this enumeration.
 

Method Detail

isEmpty

boolean isEmpty()
Test if this enumeration is empty

Returns:
true if this enumeration is empty.

newIterator

ReadIteratorI<T> newIterator()
Factory for a new ReadIteratorI for processing this enumeration.