Interface SymbolPropertyTableIterator
- All Known Implementing Classes:
AAindexStreamReader
public interface SymbolPropertyTableIterator
Iterator over
SymbolPropertyTable
objects.- Version:
- $Revision$
- Author:
- Martin Szugat
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
Checks if there is a furtherSymbolPropertyTable
object.Returns the nextSymbolPropertyTable
object.
-
Method Details
-
hasNext
boolean hasNext()Checks if there is a furtherSymbolPropertyTable
object.- Returns:
true
if a call to thenextTable()
method is valid,false
otherwise.
-
nextTable
Returns the nextSymbolPropertyTable
object.- 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.
-