public class EmptyCasIterator extends Object implements CasIterator
Constructor and Description |
---|
EmptyCasIterator() |
public boolean hasNext() throws AnalysisEngineProcessException
CasIterator
hasNext
in interface CasIterator
AnalysisEngineProcessException
- if a failure has occurred during processing. If an exception is thrown, this
indicates that processing has aborted, so no further calls to the CasIterator
should be made.public CAS next() throws AnalysisEngineProcessException
CasIterator
next
in interface CasIterator
AnalysisEngineProcessException
- if a failure has occurred during processing. If an exception is thrown, this
indicates that processing has aborted, so no further calls to the CasIterator
should be made.public void release()
CasIterator
release
in interface CasIterator
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.