public class Symbol
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Symbol |
get(java.lang.String n)
Gets the unique symbol associated with a string.
|
java.lang.String |
toString()
Converts symbols back to strings.
|
public java.lang.String toString()
toString
in class java.lang.Object
public static Symbol get(java.lang.String n)
symbol("abc")
will return the same symbol.