Class TextPartComparator

    • Constructor Detail

      • TextPartComparator

        public TextPartComparator()
    • Method Detail

      • compare

        public int compare​(TextPart orig,
                           TextPart trans)
        Match on id and type (segment or not) or TextFragment. If no id exists match on TextFragment (including all codes)
        Specified by:
        compare in interface Comparator<TextPart>