- next() - Method in class collectionframework.NullIterator
-
Returns the next element in this Iterator
(required by Iterator).
- nextElement() - Method in class collectionframework.NullIterator
-
Returns the next element in this Enumeration
(required by Enumeration).
- NoiseOp - Class in auditory.sampled
-
A BufferedSoundUnaryOp that adds noise to a signal.
- NoiseOp(double) - Constructor for class auditory.sampled.NoiseOp
-
Explicit Value Constructor.
- Note - Class in auditory.described
-
An encapsulation of a single note in a song
- Note() - Constructor for class auditory.described.Note
-
Default Constructor.
- Note(char, boolean, int, int, boolean) - Constructor for class auditory.described.Note
-
Explicit Value Constructor.
- NoteFactory - Class in auditory.described
-
A factory that can be used to create Note objects.
- NoteFactory() - Constructor for class auditory.described.NoteFactory
-
- NullIterator<E> - Class in collectionframework
-
An Iterator/Enumeration that contains one (or zero) elements
- NullIterator() - Constructor for class collectionframework.NullIterator
-
Default Constructor.
- NullIterator(E) - Constructor for class collectionframework.NullIterator
-
Explicit Value Constructor.
- numberFor(char, boolean, int) - Static method in class auditory.described.MidiCalculator
-
Calculate the MIDI number.