Interface SequenceMatcher<T>


  • public interface SequenceMatcher<T>
    • Method Detail

      • matches

        boolean matches​(List<T> sequence)
      • matches

        boolean matches​(List<T> sequence,
                        Context initialContext)