Class FindResult


  • public class FindResult
    extends Object
    • Method Detail

      • found

        public static FindResult found​(int startRow,
                                       int endRow)
      • notFound

        public static FindResult notFound​(int nextRow)
      • wasFound

        public boolean wasFound()
      • getStartRow

        public int getStartRow()
      • getEndRow

        public int getEndRow()
      • getNext

        public int getNext()