Class AbstractRowAdv

    • Constructor Detail

      • AbstractRowAdv

        public AbstractRowAdv()
    • Method Detail

      • getCell

        public abstract AbstractCellAdv getCell​(int columnIdx,
                                                boolean proxy)
      • getCellIterator

        public abstract Iterator<SCell> getCellIterator​(boolean reverse,
                                                        int start,
                                                        int end)
      • getCell

        public abstract SCell getCell​(int index)