public final class StringUTF32 extends Object implements AbstractString
| Constructor and Description |
|---|
StringUTF32(int[] str) |
| Modifier and Type | Method and Description |
|---|---|
Object |
content() |
int |
encodedLength() |
AbstractStringIterator |
iterator() |
boolean |
regionMatches(int offset,
AbstractString other,
int ooffset,
int encodedLength) |
StringUTF32 |
substring(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdefaultToStringforEach, spliteratorpublic int encodedLength()
encodedLength in interface AbstractStringpublic Object content()
content in interface AbstractStringpublic StringUTF32 substring(int start, int end)
substring in interface AbstractStringpublic boolean regionMatches(int offset,
AbstractString other,
int ooffset,
int encodedLength)
regionMatches in interface AbstractStringpublic AbstractStringIterator iterator()
iterator in interface AbstractStringiterator in interface Iterable<Integer>