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 TypeMethodDescriptionchar
charAt
(int index) int
static Symbol
int
hashCode()
int
length()
subSequence
(int beginIndex, int endIndex) toString()
static Symbol
void
writeTo
(ByteBuffer buffer) void
writeTo
(WritableBuffer buffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
Method Details
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Symbol>
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
hashCode
public int hashCode() -
valueOf
-
getSymbol
-
writeTo
-
writeTo
-