final class IntPair
extends java.lang.Object
Used in NFA to represent a partial NFA by its start and end state.
Modifier and Type | Field and Description |
---|---|
(package private) int |
end |
(package private) int |
start |
Constructor and Description |
---|
IntPair(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |