public class IteratorClosable<T> extends Object implements com.hp.hpl.jena.util.iterator.ClosableIterator<T>
IteratorClosable(Iterator<T> delegate, Closeable closable)
void
close()
boolean
hasNext()
T
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorClosable(Iterator<T> delegate, Closeable closable)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public void close()
close
com.hp.hpl.jena.util.iterator.ClosableIterator<T>
Copyright © 2015. All rights reserved.