Uses of Class
net.sf.staccatocommons.iterators.AbstractUnmodifiableIterator

Packages that use AbstractUnmodifiableIterator
net.sf.staccatocommons.iterators   
net.sf.staccatocommons.iterators.delayed   
net.sf.staccatocommons.iterators.thriter   
 

Uses of AbstractUnmodifiableIterator in net.sf.staccatocommons.iterators
 

Subclasses of AbstractUnmodifiableIterator in net.sf.staccatocommons.iterators
 class AppendThriterator<A>
           
 class ArrayThriterator<A>
           
 class CharSequenceThriterator
           
 class EmptyThriterator<T>
          An iterator that retrieves no elements.
 class EnumerationIterator<A>
           
 class IndexedThriterator<A>
           
 class NextGetIterator<A>
          Deprecated. use UpdateCurrentThriterator instead, which offers same functionality, is simpler to use, and implements Thriterator
 class PrependThriterator<A>
           
 class SingleThriterator<A>
          An iterator that retrieves a single given element
 class UnmodifiableIterator<T>
           
 class UpdateCurrentThriterator<A>
          A thriterator that is implemented through a single message UpdateCurrentThriterator.updateCurrent(), which is both responsible for answering if there is a current element and setting it.
 

Uses of AbstractUnmodifiableIterator in net.sf.staccatocommons.iterators.delayed
 

Subclasses of AbstractUnmodifiableIterator in net.sf.staccatocommons.iterators.delayed
 class DelayedAppendIterator<A>
           
 class DelayedPrependIterator<A>
           
 class DelayedSingleIterator<A>
           
 

Uses of AbstractUnmodifiableIterator in net.sf.staccatocommons.iterators.thriter
 

Subclasses of AbstractUnmodifiableIterator in net.sf.staccatocommons.iterators.thriter
 class AbstractThriterator<A>
           
 class AdvanceThriterator<A>
           
 class IteratorThriterator<A>
           
 class NextThriterator<A>
           
 



Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads