Uses of Class
org.biojava.utils.regex.Matcher

Packages that use Matcher
org.biojava.utils.regex This package is used to perform regular expression searches of SymbolLists defined in arbitrary Alphabets. 
 

Uses of Matcher in org.biojava.utils.regex
 

Methods in org.biojava.utils.regex that return Matcher
 Matcher Pattern.matcher(SymbolList sl)
          Creates a matcher that will match the given input against this pattern.
 Matcher Matcher.reset()
          Resets this matcher.
 Matcher Matcher.reset(SymbolList sl)
          Resets this matcher with a new input SymbolList.