public class MatcherPosition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
index |
private Matcher |
matcher |
Modifier | Constructor and Description |
---|---|
protected |
MatcherPosition(Matcher matcher,
java.lang.Integer index) |
Modifier and Type | Method and Description |
---|---|
static MatcherPosition |
at(Matcher matcher,
java.lang.Integer index) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final Matcher matcher
private final java.lang.Integer index
protected MatcherPosition(Matcher matcher, java.lang.Integer index)
public static MatcherPosition at(Matcher matcher, java.lang.Integer index)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object