Class QueueIteration<E,T extends Exception>

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

@Deprecated(since="4.1.0") public abstract class QueueIteration<E,T extends Exception> extends LookAheadIteration<E,T>
Deprecated.
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