|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SymbolPropertyTableDB
Database of SymbolPropertyTable
objects.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 table
IllegalIDException
- if no symbol property table with the specified name could be found.
java.lang.NullPointerException
- if name
is
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |