|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.unitselection.data.SyllableIterator
public class SyllableIterator
| Constructor Summary | |
|---|---|
SyllableIterator(FeatureFileReader features,
int fromUnitIndex,
int toUnitIndex)
Create a syllable iterator over the given feature file, starting from the given fromUnitIndex and reaching up to (and including) the given toUnitIndex |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Syllable |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyllableIterator(FeatureFileReader features,
int fromUnitIndex,
int toUnitIndex)
features - fromUnitIndex - toUnitIndex - | Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Syllable>public Syllable next()
next in interface java.util.Iterator<Syllable>public void remove()
remove in interface java.util.Iterator<Syllable>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||