| Constructor and Description | 
|---|
BatchFolderIterator(javax.mail.Folder folder,
                   int batchSize)  | 
BatchFolderIterator(javax.mail.Folder folder,
                   Integer batchSize,
                   Integer start,
                   Integer end)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFolderName()  | 
javax.mail.Message | 
getMessage()  | 
boolean | 
hasNext()  | 
javax.mail.Message | 
next()  | 
void | 
remove()
Not implemented. 
 | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BatchFolderIterator(javax.mail.Folder folder,
                           int batchSize)
public javax.mail.Message getMessage()
public void remove()
remove in interface Iterator<javax.mail.Message>UnsupportedOperationExceptionpublic String getFolderName()