Package org.apache.qpid.proton.amqp
Class Symbol
java.lang.Object
org.apache.qpid.proton.amqp.Symbol
- All Implemented Interfaces:
CharSequence,Comparable<Symbol>
-
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) intstatic SymbolinthashCode()intlength()subSequence(int beginIndex, int endIndex) toString()static SymbolvoidwriteTo(ByteBuffer buffer) voidwriteTo(WritableBuffer buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints
-
Method Details
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
compareTo
- Specified by:
compareToin interfaceComparable<Symbol>
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
hashCode
public int hashCode() -
valueOf
-
getSymbol
-
writeTo
-
writeTo
-