org.eigenbase.runtime
Class QueueIterator.EndOfQueue

java.lang.Object
  extended by org.eigenbase.runtime.QueueIterator.EndOfQueue
Enclosing class:
QueueIterator

private static class QueueIterator.EndOfQueue
extends Object

Sentinel object.


Field Summary
(package private)  Throwable throwable
           
 
Constructor Summary
QueueIterator.EndOfQueue(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

throwable

Throwable throwable
Constructor Detail

QueueIterator.EndOfQueue

QueueIterator.EndOfQueue(Throwable throwable)