public class Symbol extends Object implements Serializable
Constructor and Description |
---|
Symbol(String s)
Construct a new instance with the given symbol.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSymbol()
Gets the symbol.
|
int |
hashCode() |
String |
toString() |
public Symbol(String s)
s
- the symbolCopyright © 2022. All rights reserved.