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