xxl.cursors
Class SingletonCursor

java.lang.Object
  |
  +--xxl.cursors.AbstractCursor
        |
        +--xxl.cursors.SingletonCursor

public class SingletonCursor
extends AbstractCursor


Fields inherited from class xxl.cursors.AbstractCursor
hasNext, iterator, next
 
Constructor Summary
SingletonCursor(java.lang.Object object)
           
 
Method Summary
protected  void computeNext()
           
 void reset()
           
 
Methods inherited from class xxl.cursors.AbstractCursor
close, hasNext, next, peek, remove, setNext, setNextIterator, supportsPeek, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonCursor

public SingletonCursor(java.lang.Object object)
Method Detail

computeNext

protected void computeNext()
Overrides:
computeNext in class AbstractCursor

reset

public void reset()
           throws java.lang.UnsupportedOperationException
Overrides:
reset in class AbstractCursor