Interface Table.NonZeroValues

  • Enclosing class:
    Table

    public static interface Table.NonZeroValues
    Used to report non zero table values.
    • Method Detail

      • value

        void value​(int index,
                   double value)
        Called for each non zero value in the table.
        Parameters:
        index - The zero based index of the non zero value.
        value - The non zero value.