Interface ExtremeValuesFinder<Source,Result>
- Type Parameters:
Source-Result-
- All Known Implementing Classes:
FrontExtremeValues,SolutionListExtremeValues
public interface ExtremeValuesFinder<Source,Result>
Interface representing classes aimed at finding the extreme values of Source objects (e.g., lists)
- Author:
- Antonio J. Nebro
-
Method Summary
Modifier and TypeMethodDescriptionfindHighestValues(Source source) findLowestValues(Source source)
-
Method Details
-
findLowestValues
-
findHighestValues
-