public interface SymbolPropertyTableIterator
SymbolPropertyTable
objects.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Checks if there is a further
SymbolPropertyTable object. |
SymbolPropertyTable |
nextTable()
Returns the next
SymbolPropertyTable
object. |
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.Copyright © 2014 BioJava. All rights reserved.