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. pointsFields in org.apache.lucene.util.automaton with type parameters of type Operations.PointTransitions Modifier and Type Field Description private java.util.HashMap<java.lang.Integer,Operations.PointTransitions>Operations.PointTransitionSet. mapMethods in org.apache.lucene.util.automaton that return Operations.PointTransitions Modifier and Type Method Description private Operations.PointTransitionsOperations.PointTransitionSet. find(int point)private Operations.PointTransitionsOperations.PointTransitionSet. next(int point)Methods in org.apache.lucene.util.automaton with parameters of type Operations.PointTransitions Modifier and Type Method Description intOperations.PointTransitions. compareTo(Operations.PointTransitions other)
-