final class KeyString
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
endPos |
private int |
hash |
int |
startPos |
char[] |
text |
| Constructor and Description |
|---|
KeyString(char[] text,
int startPos,
int endPos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |