Uses of Interface
jregex.MatchIterator

Packages that use MatchIterator
jregex   
 

Uses of MatchIterator in jregex
 

Methods in jregex that return MatchIterator
 MatchIterator Matcher.findAll()
          The same as findAll(int), but with default behaviour;
 MatchIterator Matcher.findAll(int options)
          Returns an iterator over the matches found by subsequently calling find(options), the search starts from the zero position.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.