net.fortytwo.linkeddata.sail
Class EmptyCloseableIteration<T,E extends Exception>
java.lang.Object
net.fortytwo.linkeddata.sail.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>
- Author:
- Joshua Shinavier (http://fortytwo.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyCloseableIteration
public EmptyCloseableIteration()
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 © 2007-2011 fortytwo.net. All Rights Reserved.