Class SearchState


  • public final class SearchState
    extends Object
    • Constructor Detail

      • SearchState

        public SearchState​(int start,
                           int end,
                           boolean found)
    • Method Detail

      • getStart

        public int getStart()
      • getEnd

        public int getEnd()
      • isFound

        public boolean isFound()