public class TagChars
extends Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
block |
(package private) int |
length |
(package private) int |
offset |
Constructor and Description |
---|
TagChars() |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
int |
indexOf(char c) |
int |
length() |
int |
prefixMatch(TagChars other)
Determines how many characters match at the start of two sequences
|
String |
toString() |
public final char charAt(int index)
public final int length()
public final int indexOf(char c)
public final int prefixMatch(TagChars other)
public final String toString()
toString
in class Object