- java.lang.Object
- 
- org.apache.cassandra.utils.AbstractIterator<V>
 
- 
- 
Method Summary
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Methods inherited from interface java.util.IteratorforEachRemaining
 
 
 
- 
- 
Method Detail
- 
endOfDataprotected V endOfData() 
 
- 
hasNextpublic boolean hasNext() 
- Specified by:
- hasNextin interface- java.util.Iterator<V>
 
 
- 
nextpublic V next() 
- Specified by:
- nextin interface- com.google.common.collect.PeekingIterator<V>
- Specified by:
- nextin interface- java.util.Iterator<V>
 
 
- 
peekpublic V peek() 
- Specified by:
- peekin interface- com.google.common.collect.PeekingIterator<V>
 
 
- 
removepublic void remove() 
- Specified by:
- removein interface- com.google.common.collect.PeekingIterator<V>
- Specified by:
- removein interface- java.util.Iterator<V>
 
 
 
 
 
Copyright © 2018 The Apache Software Foundation