com.moneydance.apps.md.model
Class AccountIterator

java.lang.Object
  extended by com.moneydance.apps.md.model.AccountIterator
All Implemented Interfaces:
java.util.Iterator<Account>

public class AccountIterator
extends java.lang.Object
implements java.util.Iterator<Account>

Iterator used to scan a set of accounts.

Author:
sreilly

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

AccountIterator

public AccountIterator(Account topLevelAcct)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Account>

next

public Account next()
Specified by:
next in interface java.util.Iterator<Account>

remove

public void remove()
            throws java.lang.UnsupportedOperationException
Specified by:
remove in interface java.util.Iterator<Account>
Throws:
java.lang.UnsupportedOperationException