M N R S T

M

main(String[]) - Static method in class NotebookTest
 
modifyNote(String, String) - Method in class Notebook
Modifica nella lista la nota che inizia con la stringa fornita come primo parametro e la sostituisce con la stringa fornita come secondo parametro; il valore di ritorno indica se la nota è stata modificata o meno;

N

Notebook - Class in <Unnamed>
A class to maintain an arbitrarily long list of notes.
Notebook() - Constructor for class Notebook
Perform any initialization that is required for the notebook.
NotebookTest - Class in <Unnamed>
The test class NotebookTest.
NotebookTest(String) - Constructor for class NotebookTest
 
NotebookTest() - Constructor for class NotebookTest
Default constructor for test class NotebookTest
numberOfNotes() - Method in class Notebook
 

R

removeNote(String) - Method in class Notebook
Rimuove dalla lista la nota che inizia con la stringa fornita come parametro; il valore di ritorno indica se la nota è stata eliminata o meno;

S

setUp() - Method in class NotebookTest
Sets up the test fixture.
showNote(int) - Method in class Notebook
Show a note.
showNote(String) - Method in class Notebook
Individua una nota ricercando, all'interno delle note memorizzate, la prima che inizia con la stringa fornita come parametro (Utilizzare la documentazione delle classi String e ArrayList per progettare questo e i succcessivi metodi); il valore di ritorno indica se la nota è stata trovata o meno;
sortNotes() - Method in class Notebook
Ordina le note in ordine alfabetico.
storeNote(String) - Method in class Notebook
Store a new note into the notebook.
suite() - Static method in class NotebookTest
 

T

tearDown() - Method in class NotebookTest
Tears down the test fixture.
testModifyNote() - Method in class NotebookTest
 
testRemoveNote() - Method in class NotebookTest
 
testShowNote() - Method in class NotebookTest
 
testSortNotes() - Method in class NotebookTest
 

M N R S T