Uses of Class
org.eclipse.collections.impl.block.procedure.ComparatorProcedure
Packages that use ComparatorProcedure
-
Uses of ComparatorProcedure in org.eclipse.collections.impl.block.procedure
Subclasses of ComparatorProcedure in org.eclipse.collections.impl.block.procedureModifier and TypeClassDescriptionclass
Implementation ofProcedure
that holds on to the maximum element seen so far, determined by theComparator
.class
Implementation ofProcedure
that holds on to the minimum element seen so far, determined by theComparator