Matcher class hitEnd method
Posted: Sat Aug 31, 2013 11:12 am
Directly from the official API: http://docs.oracle.com/javase/1.5.0/doc ... tcher.html
When this method returns true, then it is possible that more input would have changed the result of the last search.
Thanks in advance.
The_Nick.
What do they mean with their latter statement?hitEnd
public boolean hitEnd()
Returns true if the end of input was hit by the search engine in the last match operation performed by this matcher.
When this method returns true, then it is possible that more input would have changed the result of the last search.
Returns:
true iff the end of input was hit in the last match; false otherwise
Since:
When this method returns true, then it is possible that more input would have changed the result of the last search.
Thanks in advance.
The_Nick.