Class Table.TableSingleton

  • Enclosing class:
    Table

    public static class Table.TableSingleton
    extends Table
    Table is a single StructureData, passed in as config.sdata. Ok for sdata to be null

    Used by: FslWindProfiler

    • Method Detail

      • getStructureDataIterator

        public StructureDataIterator getStructureDataIterator​(Cursor cursor)
        Description copied from class: Table
        Iterate over the rows of this table. Subclasses must implement this.
        Specified by:
        getStructureDataIterator in class Table
        Parameters:
        cursor - state of comlpete iteration. Table implementations may not modify.
        Returns:
        iterater over the rows of this table.