Interface SymbolPropertyTableIterator

    • Method Detail

      • hasNext

        boolean hasNext()
        Checks if there is a further SymbolPropertyTable object.
        Returns:
        true if a call to the nextTable() method is valid, false otherwise.
      • nextTable

        SymbolPropertyTable nextTable()
                               throws java.util.NoSuchElementException,
                                      BioException
        Returns the next SymbolPropertyTable object.
        Returns:
        a symbol property table
        Throws:
        java.util.NoSuchElementException - if there is no further symbol property table.
        BioException - if the next symbol property table could not be retrieved.