|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopennlp.model.AbstractEventStream
opennlp.tools.util.CollectionEventStream
public class CollectionEventStream
Creates an event stream out of a collection of events.
Constructor Summary | |
---|---|
CollectionEventStream(java.util.Collection<Event> c)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
Event |
next()
|
Methods inherited from class opennlp.model.AbstractEventStream |
---|
remove |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionEventStream(java.util.Collection<Event> c)
Method Detail |
---|
public Event next()
public boolean hasNext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |