public class SuccinctRegExMatch extends Range
| Constructor and Description |
|---|
SuccinctRegExMatch(long first,
long second,
int length)
Constructor to initialize Regex Match
|
SuccinctRegExMatch(Range range,
int length) |
public SuccinctRegExMatch(long first,
long second,
int length)
first - First element.second - Second element.length - The length of the match.public SuccinctRegExMatch(Range range, int length)