Class CodeMatches


  • public final class CodeMatches
    extends Object
    • Field Detail

      • NO_MATCH

        public static int NO_MATCH
      • ADDED_MATCH

        public static int ADDED_MATCH
      • ANNOTATION_ONLY

        public static int ANNOTATION_ONLY
    • Method Detail

      • getFromMatches

        public int[] getFromMatches()
      • getToMatches

        public int[] getToMatches()
      • setFromMatch

        public void setFromMatch​(int index,
                                 int id)
      • setToMatch

        public void setToMatch​(int index,
                               int id)
      • getToMatchIndex

        public int getToMatchIndex​(int toIndex)
      • isToIsolated

        public boolean isToIsolated​(int index)
      • isFromIsolated

        public boolean isFromIsolated​(int index)
      • hasFromMismatch

        public boolean hasFromMismatch()
      • hasFromMismatch

        public boolean hasFromMismatch​(boolean includeAnnotation)
      • hasToMismatch

        public boolean hasToMismatch()
      • hasToMismatch

        public boolean hasToMismatch​(boolean includeAnnotation)
      • getFromMismatchIterator

        public Iterable<Integer> getFromMismatchIterator()