All Packages Class Hierarchy This Package Previous Next Index
Class com.nosuch.midi.MidiPhraseEnumeration
java.lang.Object
|
+----com.nosuch.midi.MidiPhraseEnumeration
- public class MidiPhraseEnumeration
- extends Object
- implements Enumeration
-
MidiPhraseEnumeration(MidiPhrase)
- Create a new enumerator on the specified MidiPhrase
-
hasMoreElements()
- Return true if the phrase has more elements to be traversed
-
nextElement()
- Return the next element in the phrase
MidiPhraseEnumeration
public MidiPhraseEnumeration(MidiPhrase p)
- Create a new enumerator on the specified MidiPhrase
- Parameters:
- p - MidiPhrase to traverse.
hasMoreElements
public boolean hasMoreElements()
- Return true if the phrase has more elements to be traversed
nextElement
public Object nextElement()
- Return the next element in the phrase
All Packages Class Hierarchy This Package Previous Next Index