Interface ISearchEngine<C,​R>

    • Method Detail

      • reset

        void reset()
      • next

        void next()
      • previous

        void previous()
      • search

        void search​(C condition)
        Specified by:
        search in interface ISeacher<C>
      • hasPrevious

        boolean hasPrevious()
      • hasNext

        boolean hasNext()
      • hasResult

        boolean hasResult()
      • getCondition

        C getCondition()