public class ReadOnlyIterator<E> extends Object implements Iterator<E>
remove()
ReadOnlyIterator(Iterator<E> src)
boolean
hasNext()
E
next()
void
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReadOnlyIterator(Iterator<E> src)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.