Class QueueIteration<E,T extends RuntimeException>

java.lang.Object
All Implemented Interfaces:
AutoCloseable, Iterator<E>, CloseableIteration<E>
Direct Known Subclasses:
QueueCursor

public abstract class QueueIteration<E,T extends RuntimeException> extends LookAheadIteration<E>
Makes working with a queue easier by adding the methods done() and toss(Exception) and after converting the Exception to the required type using convert(Exception).
Author:
James Leigh