| Modifier and Type | Field and Description |
|---|---|
protected Note[] |
notes
An array of the notes that comprise this collection.
|
| Constructor and Description |
|---|
NoteCollection(Note... notes)
Constructor that takes notes that form this collection
|
protected Note[] notes
public NoteCollection(Note... notes)
notes - vararg list of the notes in this collectionpublic Note[] getNotes()