public final class Symbol extends Object implements Comparable<Symbol>, CharSequence
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
compareTo(Symbol o) |
static Symbol |
getSymbol(String symbolVal) |
int |
hashCode() |
int |
length() |
CharSequence |
subSequence(int beginIndex,
int endIndex) |
String |
toString() |
static Symbol |
valueOf(String symbolVal) |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointspublic int length()
length in interface CharSequencepublic int compareTo(Symbol o)
compareTo in interface Comparable<Symbol>public char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int beginIndex, int endIndex)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class ObjectCopyright © 2016 The Apache Software Foundation. All Rights Reserved.