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, wait
chars, codePoints
public int length()
length
in interface CharSequence
public int compareTo(Symbol o)
compareTo
in interface Comparable<Symbol>
public char charAt(int index)
charAt
in interface CharSequence
public CharSequence subSequence(int beginIndex, int endIndex)
subSequence
in interface CharSequence
public String toString()
toString
in interface CharSequence
toString
in class Object
Copyright © 2016 The Apache Software Foundation. All rights reserved.