public class EventComparator extends Object implements Comparator<Event>
DocumentParts. Remove whitespace before comparison. If the strings are less
than a minimum length then do not use them for matching| Constructor and Description |
|---|
EventComparator() |
EventComparator(int minLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Event srcEvent,
Event trgEvent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic EventComparator()
public EventComparator(int minLength)
public int compare(Event srcEvent, Event trgEvent)
compare in interface Comparator<Event>Copyright © 2021. All rights reserved.