public class AccountIterator extends java.lang.Object implements java.util.Iterator<Account>
AccountIterator(Account topLevelAcct)
boolean
hasNext()
Account
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AccountIterator(Account topLevelAcct)
public boolean hasNext()
hasNext
java.util.Iterator<Account>
public Account next()
next
public void remove() throws java.lang.UnsupportedOperationException
remove
java.lang.UnsupportedOperationException