Uses of Class
org.eclipse.collections.impl.block.procedure.ComparatorProcedure
-
Packages that use ComparatorProcedure Package Description org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
. -
-
Uses of ComparatorProcedure in org.eclipse.collections.impl.block.procedure
Subclasses of ComparatorProcedure in org.eclipse.collections.impl.block.procedure Modifier and Type Class Description class
MaxComparatorProcedure<T>
Implementation ofProcedure
that holds on to the maximum element seen so far, determined by theComparator
.class
MinComparatorProcedure<T>
Implementation ofProcedure
that holds on to the minimum element seen so far, determined by theComparator
-