public class SentenceIterator extends Object implements Iterator<Sentence>
SentenceIterator(FeatureFileReader features)
boolean
hasNext()
Sentence
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SentenceIterator(FeatureFileReader features)
public boolean hasNext()
hasNext
Iterator<Sentence>
public Sentence next()
next
public void remove()
remove
Copyright © 2000–2016 DFKI GmbH. All rights reserved.