Uses of Class
org.apache.lucene.util.automaton.RunAutomaton

Packages that use RunAutomaton
org.apache.lucene.util.automaton Finite-state automaton for regular expressions. 
 

Uses of RunAutomaton in org.apache.lucene.util.automaton
 

Subclasses of RunAutomaton in org.apache.lucene.util.automaton
 class ByteRunAutomaton
          Automaton representation for matching UTF-8 byte[].
 class CharacterRunAutomaton
          Automaton representation for matching char[].
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.