|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.model.SequenceStreamEventStream
public class SequenceStreamEventStream
Class which turns a sequence stream into an event stream.
| Constructor Summary | |
|---|---|
SequenceStreamEventStream(SequenceStream sequenceStream)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream. |
Event |
next()
Returns the next Event object held in this EventStream. |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceStreamEventStream(SequenceStream sequenceStream)
| Method Detail |
|---|
public boolean hasNext()
EventStream
hasNext in interface EventStreampublic Event next()
EventStream
next in interface EventStreampublic void remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||