Package org.apache.bookkeeper.verifier
Class BookkeeperVerifier.LedgerInfo.EntryIterator
- java.lang.Object
- 
- org.apache.bookkeeper.verifier.BookkeeperVerifier.LedgerInfo.EntryIterator
 
- 
- All Implemented Interfaces:
- java.util.Iterator<BookkeeperVerifier.EntryInfo>
 - Enclosing class:
- BookkeeperVerifier.LedgerInfo
 
 class BookkeeperVerifier.LedgerInfo.EntryIterator extends java.lang.Object implements java.util.Iterator<BookkeeperVerifier.EntryInfo> 
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) longcurrentID(package private) longcurrentSeed(package private) java.util.Randomrand
 - 
Constructor SummaryConstructors Constructor Description EntryIterator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidadvance()(package private) BookkeeperVerifier.EntryInfoget()booleanhasNext()BookkeeperVerifier.EntryInfonext()(package private) voidseek(long entryID)
 
- 
- 
- 
Method Detail- 
seekvoid seek(long entryID) 
 - 
advancevoid advance() 
 - 
getBookkeeperVerifier.EntryInfo get() 
 - 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- java.util.Iterator<BookkeeperVerifier.EntryInfo>
 
 - 
nextpublic BookkeeperVerifier.EntryInfo next() - Specified by:
- nextin interface- java.util.Iterator<BookkeeperVerifier.EntryInfo>
 
 
- 
 
-