Accusoft.OCRXpress.Java - Updated
hasNext Method
Accusoft.OCRXpress.Java Project > com.accusoft.ocrxpress Package > ResultIterator<T> Class : hasNext Method
Returns true if the iteration has more elements. (In other words, returns true if next() would return an element rather than throwing an exception.)
Syntax
public boolean hasNext()

Return Value

true if the iteration has more elements.
See Also

Reference

ResultIterator<T> Class
ResultIterator<T> Members