Uses of Interface
uk.gov.gchq.gaffer.operation.impl.compare.ElementComparison
-
Packages that use ElementComparison Package Description uk.gov.gchq.gaffer.operation.impl.compare Operations for comparing objects in a graph. -
-
Uses of ElementComparison in uk.gov.gchq.gaffer.operation.impl.compare
Classes in uk.gov.gchq.gaffer.operation.impl.compare that implement ElementComparison Modifier and Type Class Description class
Max
AMax
operation is intended as a terminal operation for retrieving the "maximum" element from anIterable
of Elements.class
Min
AMin
operation is intended as a terminal operation for retrieving the "minimum" element from anIterable
of Elements.class
Sort
-