public final class Utf8Constant extends Object implements CharSequence
Constructor and Description |
---|
Utf8Constant() |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
String |
get() |
int |
length() |
String |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
chars, codePoints
public String get()
public int length()
length
in interface CharSequence
public char charAt(int index)
charAt
in interface CharSequence
public String subSequence(int start, int end)
subSequence
in interface CharSequence
public String toString()
toString
in interface CharSequence
toString
in class Object
Copyright © 2020. All rights reserved.