Package uk.gov.gchq.gaffer.data.element.comparison
Element comparators.
-
Interface Summary Interface Description ElementComparator Base interface describingElement
Comparator
instances. -
Class Summary Class Description ComparableOrToStringComparator AComparableOrToStringComparator
is aComparator
which compares two objects using their nativeComparator.compare(Object, Object)
method if it is available and falls back onto a comparison of theirObject.toString()
values.ElementJoinComparator ElementPropertyComparator AnElementComparator
implementation to use when making comparisons based on a single element property (e.g.ElementPropertyComparator.Builder