public class SymbolBase extends Object
| Constructor and Description |
|---|
SymbolBase(ExtendedDataInput in) |
SymbolBase(int id) |
SymbolBase(int id,
ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
int |
find(String key) |
int |
find(String key,
boolean insertIfNotPresent) |
int |
getId() |
String |
getSymbol(int index) |
int |
size() |
void |
write(ExtendedDataOutput out) |
public SymbolBase(int id)
public SymbolBase(ExtendedDataInput in) throws IOException
IOExceptionpublic SymbolBase(int id,
ExtendedDataInput in)
throws IOException
IOExceptionpublic int getId()
public int size()
public String getSymbol(int index)
public int find(String key)
public int find(String key, boolean insertIfNotPresent)
public void write(ExtendedDataOutput out) throws IOException
IOExceptionCopyright © 2026 DolphinDB. All rights reserved.