public class Match extends Object implements Comparable<Match>
| Constructor and Description |
|---|
Match(int start,
int end,
String replacement) |
Match(int start,
int end,
String replacement,
boolean keepWordMapping) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Match o) |
int |
getEnd() |
String |
getReplacement() |
int |
getStart() |
boolean |
keepWordMapping() |
public Match(int start,
int end,
String replacement)
public Match(int start,
int end,
String replacement,
boolean keepWordMapping)
public int getStart()
public int getEnd()
public String getReplacement()
public boolean keepWordMapping()
public int compareTo(Match o)
compareTo in interface Comparable<Match>Copyright © 2015. All rights reserved.