Package org.apache.lucene.util.automaton
Class CharacterRunAutomaton
java.lang.Object
org.apache.lucene.util.automaton.RunAutomaton
org.apache.lucene.util.automaton.CharacterRunAutomaton
Automaton representation for matching char[].
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.util.automaton.RunAutomaton
equals, getCharIntervals, getInitialState, getSize, hashCode, isAccept, step, toString
-
Constructor Details
-
CharacterRunAutomaton
-
-
Method Details
-
run
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
-