Class EventComparator

  • All Implemented Interfaces:
    Comparator<Event>

    public class EventComparator
    extends Object
    implements Comparator<Event>
    Compare two DocumentParts. Remove whitespace before comparison. If the strings are less than a minimum length then do not use them for matching
    Author:
    HARGRAVEJE
    • Constructor Detail

      • EventComparator

        public EventComparator()
      • EventComparator

        public EventComparator​(int minLength)