|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmail.MailStore.MailIterator
private class MailStore.MailIterator
Field Summary | |
---|---|
(package private) java.io.File[] |
files
|
(package private) int |
pos
|
Constructor Summary | |
---|---|
MailStore.MailIterator(java.io.File dir)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
Mail |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.io.File[] files
int pos
Constructor Detail |
---|
public MailStore.MailIterator(java.io.File dir)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<Mail>
public Mail next()
next
in interface java.util.Iterator<Mail>
public void remove()
remove
in interface java.util.Iterator<Mail>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |