|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SentenceSplitterIterator
Abstract sentence iterator.
| Method Summary | |
|---|---|
boolean |
hasNext()
Check if there is another sentence available. |
java.lang.String |
next()
Return next sentence. |
java.lang.String |
peek()
Peek ahead at text of next sentence. |
void |
setText(java.lang.String text)
Set the text to split. |
| Method Detail |
|---|
boolean hasNext()
java.lang.String next()
java.lang.String peek()
void setText(java.lang.String text)
text - Text with sentences over which to iterate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||