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