Uses of Class
org.apache.lucene.util.automaton.Operations.PointTransitions
-
Packages that use Operations.PointTransitions Package Description org.apache.lucene.util.automaton Finite-state automaton for regular expressions. -
-
Uses of Operations.PointTransitions in org.apache.lucene.util.automaton
Fields in org.apache.lucene.util.automaton declared as Operations.PointTransitions Modifier and Type Field Description (package private) Operations.PointTransitions[]
Operations.PointTransitionSet. points
Fields in org.apache.lucene.util.automaton with type parameters of type Operations.PointTransitions Modifier and Type Field Description private IntObjectHashMap<Operations.PointTransitions>
Operations.PointTransitionSet. map
Methods in org.apache.lucene.util.automaton that return Operations.PointTransitions Modifier and Type Method Description private Operations.PointTransitions
Operations.PointTransitionSet. find(int point)
private Operations.PointTransitions
Operations.PointTransitionSet. next(int point)
Methods in org.apache.lucene.util.automaton with parameters of type Operations.PointTransitions Modifier and Type Method Description int
Operations.PointTransitions. compareTo(Operations.PointTransitions other)
-