private static final class RubyMatchData.Pair extends java.lang.Object implements java.lang.Comparable<RubyMatchData.Pair>
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
bytePos |
(package private) int |
charPos |
| Modifier | Constructor and Description |
|---|---|
private |
Pair() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RubyMatchData.Pair pair) |
public int compareTo(RubyMatchData.Pair pair)
compareTo in interface java.lang.Comparable<RubyMatchData.Pair>