org.apache.qpid.proton.amqp
Class Symbol
java.lang.Object
org.apache.qpid.proton.amqp.Symbol
- All Implemented Interfaces:
- CharSequence, Comparable<Symbol>
public final class Symbol
- extends Object
- implements Comparable<Symbol>, CharSequence
length
public int length()
- Specified by:
length in interface CharSequence
compareTo
public int compareTo(Symbol o)
- Specified by:
compareTo in interface Comparable<Symbol>
charAt
public char charAt(int index)
- Specified by:
charAt in interface CharSequence
subSequence
public CharSequence subSequence(int beginIndex,
int endIndex)
- Specified by:
subSequence in interface CharSequence
toString
public String toString()
- Specified by:
toString in interface CharSequence- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
valueOf
public static Symbol valueOf(String symbolVal)
getSymbol
public static Symbol getSymbol(String symbolVal)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.