Package org.jruby
Class RubyMatchData.Pair
java.lang.Object
org.jruby.RubyMatchData.Pair
- All Implemented Interfaces:
Comparable<RubyMatchData.Pair>
- Enclosing class:
- RubyMatchData
private static final class RubyMatchData.Pair
extends Object
implements Comparable<RubyMatchData.Pair>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bytePos
int bytePos -
charPos
int charPos
-
-
Constructor Details
-
Pair
private Pair()
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<RubyMatchData.Pair>
-