Class BaseCategory

    • Field Detail

      • isText

        protected final boolean isText
    • Constructor Detail

      • BaseCategory

        public BaseCategory​(String name)
      • BaseCategory

        public BaseCategory​(String name,
                            int rowCount,
                            Object[] encodedColumns)
    • Method Detail

      • getRowCount

        public int getRowCount()
        Description copied from interface: Category
        The number of rows in this Category. 0 for undefined categories.
        Specified by:
        getRowCount in interface Category
        Returns:
        the number of rows
      • getBinaryColumn

        protected Column getBinaryColumn​(String name)
      • isDefined

        public boolean isDefined()
        Description copied from interface: Category
        States whether this Category is defined.
        Specified by:
        isDefined in interface Category
        Returns:
        true if this Category contains data