| Package | Description |
|---|---|
| org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Operations.PointTransitions[] |
Operations.PointTransitionSet.points |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<java.lang.Integer,Operations.PointTransitions> |
Operations.PointTransitionSet.map |
| Modifier and Type | Method and Description |
|---|---|
private Operations.PointTransitions |
Operations.PointTransitionSet.find(int point) |
private Operations.PointTransitions |
Operations.PointTransitionSet.next(int point) |
| Modifier and Type | Method and Description |
|---|---|
int |
Operations.PointTransitions.compareTo(Operations.PointTransitions other) |