Class CollectionObjectStream<E>
java.lang.Object
opennlp.tools.util.CollectionObjectStream<E>
- Type Parameters:
E- The generic type of the elements.
- All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<E>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CollectionObjectStream
-
-
Method Details
-
read
-
reset
public void reset()- Specified by:
resetin interfaceopennlp.tools.util.ObjectStream<E>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceopennlp.tools.util.ObjectStream<E>
-