final class IntPair
extends java.lang.Object
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() |