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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexpPool.java143 The next best match is returned the next time matchNext is
160 to match() or matchNext() */
161 public Object matchNext(String s) { method in class:RegexpPool
230 /** Resets the pool so that the next call to matchNext looks
232 to reset(); matchNext(s);

Completed in 30 milliseconds