| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
return true if this is not the last note in the bar
|
Note |
next()
return the next note and update this iterator
|
void |
remove()
unsupported for immutable list
|
public boolean hasNext()
hasNext in interface java.util.Iterator<Note>public Note next()
next in interface java.util.Iterator<Note>public void remove()
remove in interface java.util.Iterator<Note>