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, waitchars, codePointsprotected Part(String part)
public final int length()
length in interface CharSequencepublic final char charAt(int index)
charAt in interface CharSequencepublic final CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic final String toString()
toString in interface CharSequencetoString in class Objectprotected static void assertNotLongerThen1023BytesOrEmpty(String string)
Copyright © 2015 Ignite Realtime. All rights reserved.