|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moneydance.apps.md.model.AccountIterator
public class AccountIterator
Iterator used to scan a set of accounts.
Constructor Summary | |
---|---|
AccountIterator(Account topLevelAcct)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
Account |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccountIterator(Account topLevelAcct)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<Account>
public Account next()
next
in interface java.util.Iterator<Account>
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator<Account>
java.lang.UnsupportedOperationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |