public abstract class Part extends Object implements CharSequence
Modifier and Type | Method and Description |
---|---|
protected static void |
assertNotLongerThen1023BytesOrEmpty(String string) |
char |
charAt(int index) |
boolean |
equals(Object other) |
int |
hashCode() |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
chars, codePoints
protected Part(String part)
public final int length()
length
in interface CharSequence
public final char charAt(int index)
charAt
in interface CharSequence
public final CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence
public final String toString()
toString
in interface CharSequence
toString
in class Object
protected static void assertNotLongerThen1023BytesOrEmpty(String string)
Copyright © 2015 Ignite Realtime. All rights reserved.