public interface EventStream
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
opennlp.model.Event |
next()
Returns the next Event object held in this EventStream.
|
opennlp.model.Event next()
boolean hasNext()
Copyright © 2016. All rights reserved.