net.fortytwo.sesametools
Class EmptyCloseableIteration<T,E extends Exception>

java.lang.Object
  extended by net.fortytwo.sesametools.EmptyCloseableIteration<T,E>
All Implemented Interfaces:
info.aduna.iteration.CloseableIteration<T,E>, info.aduna.iteration.Iteration<T,E>

public class EmptyCloseableIteration<T,E extends Exception>
extends Object
implements info.aduna.iteration.CloseableIteration<T,E>


Constructor Summary
EmptyCloseableIteration()
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyCloseableIteration

public EmptyCloseableIteration()
Method Detail

close

public void close()
           throws E extends Exception
Specified by:
close in interface info.aduna.iteration.CloseableIteration<T,E extends Exception>
Throws:
E extends Exception

hasNext

public boolean hasNext()
                throws E extends Exception
Specified by:
hasNext in interface info.aduna.iteration.Iteration<T,E extends Exception>
Throws:
E extends Exception

next

public T next()
       throws E extends Exception
Specified by:
next in interface info.aduna.iteration.Iteration<T,E extends Exception>
Throws:
E extends Exception

remove

public void remove()
            throws E extends Exception
Specified by:
remove in interface info.aduna.iteration.Iteration<T,E extends Exception>
Throws:
E extends Exception


Copyright © 2013. All Rights Reserved.