Searched refs:findWithinHorizon (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java110 * <p> The {@link #findInLine}, {@link #findWithinHorizon}, and {@link #skip}
1330 * {@link #findWithinHorizon}, and {@link #skip} methods will make a
1545 String result = findWithinHorizon(linePattern(), 0);
1583 String result = findWithinHorizon(linePattern, 0);
1656 // newline simply return null, invoking findWithinHorizon
1661 return findWithinHorizon(pattern, horizonForLine);
1669 * <tt>findWithinHorizon(pattern)</tt> behaves in exactly the same way as
1671 * <tt>findWithinHorizon(Pattern.compile(pattern, horizon))</tt>.
1678 public String findWithinHorizon(String pattern, int horizon) { method in class:Scanner
1679 return findWithinHorizon(patternCach
1712 public String findWithinHorizon(Pattern pattern, int horizon) { method in class:Scanner
[all...]

Completed in 41 milliseconds