|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SymbolPropertyTableIterator
Iterator over SymbolPropertyTable objects.
| Method Summary | |
|---|---|
boolean |
hasNext()
Checks if there is a further SymbolPropertyTable object. |
SymbolPropertyTable |
nextTable()
Returns the next SymbolPropertyTable
object. |
| Method Detail |
|---|
boolean hasNext()
SymbolPropertyTable object.
true if a call to the nextTable() method
is valid, false otherwise.
SymbolPropertyTable nextTable()
throws NoSuchElementException,
BioException
SymbolPropertyTable
object.
NoSuchElementException - if there is no further symbol property
table.
BioException - if the next symbol property table could not be
retrieved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||