Interface CrosstabSpecification

    • Method Detail

      • startRow

        void startRow()
      • endRow

        void endRow()
      • add

        void add​(DataRow dataRow)
      • getColumnDimensionNames

        String[] getColumnDimensionNames()
      • getRowDimensionNames

        String[] getRowDimensionNames()
      • getKeyAt

        Object[] getKeyAt​(int column)
      • indexOf

        int indexOf​(int startPosition,
                    Object[] key)
      • size

        int size()
        The number of columns encountered.
        Returns:
      • endCrosstab

        void endCrosstab()