public abstract class Part extends Object implements CharSequence, Serializable
| Modifier and Type | Method and Description | 
|---|---|
protected static void | 
assertNotLongerThan1023BytesOrEmpty(String string)  | 
char | 
charAt(int index)  | 
boolean | 
equals(Object other)  | 
int | 
hashCode()  | 
String | 
intern()
Returns the canonical String representation of this Part. 
 | 
int | 
length()  | 
CharSequence | 
subSequence(int start,
           int end)  | 
String | 
toString()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointspublic 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 assertNotLongerThan1023BytesOrEmpty(String string) throws XmppStringprepException
XmppStringprepExceptionpublic final String intern()
String.intern() for details.