Class CharacterRunAutomaton

java.lang.Object
org.apache.lucene.util.automaton.RunAutomaton
org.apache.lucene.util.automaton.CharacterRunAutomaton

public class CharacterRunAutomaton extends RunAutomaton
Automaton representation for matching char[].
  • Constructor Details

    • CharacterRunAutomaton

      public CharacterRunAutomaton(Automaton a)
  • Method Details

    • run

      public boolean run(String s)
      Returns true if the given string is accepted by this automaton.
    • run

      public boolean run(char[] s, int offset, int length)
      Returns true if the given string is accepted by this automaton