Class AbstractRowAdv

    • Constructor Detail

      • AbstractRowAdv

        public AbstractRowAdv()
    • Method Detail

      • getCell

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

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

        public abstract SCell getCell​(int index)