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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public BatchFolderIterator(javax.mail.Folder folder, int batchSize)
public javax.mail.Message getMessage()
public void remove()
remove
in interface Iterator<javax.mail.Message>
UnsupportedOperationException
public String getFolderName()
Copyright © 2018 Hitachi Vantara. All rights reserved.