- 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>
Copyright © 2018 The Apache Software Foundation