net.sf.staccatocommons.iterators.thriter
Interface Thriterator<A>

Type Parameters:
A - the type of elements retrieved by this Thriterator
All Superinterfaces:
EmptyAware, Iterator<A>, Thriter<A>
All Known Implementing Classes:
AbstractThriterator, AdvanceThriterator, AppendThriterator, ArrayThriterator, CharSequenceThriterator, DelayedAppendIterator, DelayedPrependIterator, DelayedSingleIterator, EmptyThriterator, EnumerationIterator, IndexedThriterator, IteratorThriterator, NextThriterator, PrependThriterator, SingleThriterator, UpdateCurrentThriterator

public interface Thriterator<A>
extends Thriter<A>, Iterator<A>, EmptyAware

An object that both implements Iterator and Thriter

Author:
flbulgarelli
See Also:
AbstractThriterator

Method Summary
 boolean isEmpty()
          Answers if this Thriterator is empty
 
Methods inherited from interface net.sf.staccatocommons.iterators.thriter.Thriter
advanceNext, current, delayedCurrent, delayedNext, hasNext
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

isEmpty

boolean isEmpty()
Answers if this Thriterator is empty

Specified by:
isEmpty in interface EmptyAware
Returns:
!hasNext()


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