protected class BatchNISTRecognizer.CTLIterator extends java.lang.Object implements java.util.Iterator<BatchNISTRecognizer.CTLUtterance>
| Constructor and Description |
|---|
CTLIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BatchNISTRecognizer.CTLUtterance |
next() |
void |
remove() |
public CTLIterator()
throws java.io.IOException
java.io.IOExceptionpublic boolean hasNext()
hasNext in interface java.util.Iterator<BatchNISTRecognizer.CTLUtterance>public BatchNISTRecognizer.CTLUtterance next()
next in interface java.util.Iterator<BatchNISTRecognizer.CTLUtterance>public void remove()
remove in interface java.util.Iterator<BatchNISTRecognizer.CTLUtterance>