public abstract class SentenceSource extends Object implements Iterator<Sentence>
Modifier and Type | Method and Description |
---|---|
protected boolean |
acceptSentence(String sentence) |
abstract String |
getSource() |
abstract boolean |
hasNext() |
abstract Sentence |
next()
Return the next sentence.
|
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining