net.sf.staccatocommons.iterators.thriter
Class AdvanceThriterator<A>
java.lang.Object
net.sf.staccatocommons.iterators.AbstractUnmodifiableIterator<A>
net.sf.staccatocommons.iterators.thriter.AbstractThriterator<A>
net.sf.staccatocommons.iterators.thriter.AdvanceThriterator<A>
- All Implemented Interfaces:
- Iterator<A>, EmptyAware, Thriter<A>, Thriterator<A>
- Direct Known Subclasses:
- AppendThriterator, IndexedThriterator, PrependThriterator, SingleThriterator, UpdateCurrentThriterator
public abstract class AdvanceThriterator<A>
- extends AbstractThriterator<A>
- Author:
- flbulgarelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvanceThriterator
public AdvanceThriterator()
next
public final A next()