Interface SymbolPropertyTableIterator
- All Known Implementing Classes:
AAindexStreamReader
public interface SymbolPropertyTableIterator
Iterator over
SymbolPropertyTable objects.- Version:
- $Revision$
- Author:
- Martin Szugat
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()Checks if there is a furtherSymbolPropertyTableobject.Returns the nextSymbolPropertyTableobject.
-
Method Details
-
hasNext
boolean hasNext()Checks if there is a furtherSymbolPropertyTableobject.- Returns:
trueif a call to thenextTable()method is valid,falseotherwise.
-
nextTable
Returns the nextSymbolPropertyTableobject.- Returns:
- a symbol property table
- Throws:
NoSuchElementException- if there is no further symbol property table.BioException- if the next symbol property table could not be retrieved.
-