public interface SymbolPropertyTableDB
SymbolPropertyTable
objects.Modifier and Type | Method and Description |
---|---|
java.util.Set |
names()
Returns the set of unique table names.
|
int |
numTables()
Returns the number of symbol property tables in the database.
|
SymbolPropertyTable |
table(java.lang.String name)
Returns the table with the specified name.
|
SymbolPropertyTableIterator |
tableIterator()
Returns an iterator over
SymbolPropertyTable objects. |
SymbolPropertyTableIterator tableIterator()
SymbolPropertyTable
objects.int numTables()
java.util.Set names()
SymbolPropertyTable table(java.lang.String name) throws IllegalIDException, java.lang.NullPointerException
name
- the
name
of the tableIllegalIDException
- if no symbol property table with the specified name could be found.java.lang.NullPointerException
- if name
is
null
.