JavaScript is disabled on your browser.
java.lang.Object
org.apache.cassandra.utils.AbstractIterator<V>
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Method Detail
endOfData
protected V endOfData()
hasNext
public boolean hasNext()
Specified by:
hasNext
in interface java.util.Iterator<V >
next
public V next()
Specified by:
next
in interface com.google.common.collect.PeekingIterator<V >
Specified by:
next
in interface java.util.Iterator<V >
peek
public V peek()
Specified by:
peek
in interface com.google.common.collect.PeekingIterator<V >
remove
public void remove()
Specified by:
remove
in interface com.google.common.collect.PeekingIterator<V >
Specified by:
remove
in interface java.util.Iterator<V >
close
public void close()
Specified by:
close
in interface java.lang.AutoCloseable
Specified by:
close
in interface CloseableIterator <V >
Copyright © 2009-2022 The Apache Software Foundation