Class BinarySearchService.FoundMatches

  • Enclosing interface:
    BinarySearchService

    public static class BinarySearchService.FoundMatches
    extends java.lang.Object
    • Constructor Detail

      • FoundMatches

        public FoundMatches()
      • FoundMatches

        public FoundMatches​(int matchesCount,
                            int matchPosition)
    • Method Detail

      • getMatchesCount

        public int getMatchesCount()
      • getMatchPosition

        public int getMatchPosition()
      • setMatchesCount

        public void setMatchesCount​(int matchesCount)
      • setMatchPosition

        public void setMatchPosition​(int matchPosition)
      • next

        public void next()
      • prev

        public void prev()