Class Symbol
java.lang.Object
org.apache.qpid.proton.amqp.Symbol
- All Implemented Interfaces:
CharSequence, Comparable<Symbol>
-
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) intbooleanstatic SymbolgetSaslSymbol(String symbolVal) static SymbolinthashCode()intlength()subSequence(int beginIndex, int endIndex) toString()static SymbolvoidwriteTo(ByteBuffer buffer) voidwriteTo(WritableBuffer buffer) Methods inherited from interface CharSequence
chars, codePoints, getChars, isEmpty
-
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
-
equals
-
valueOf
-
getSymbol
-
writeTo
-
writeTo
-
getSaslSymbol
-