private static final class FinderPatternFinder.EstimatedModuleComparator extends java.lang.Object implements java.util.Comparator<FinderPattern>, java.io.Serializable
Orders by FinderPattern.getEstimatedModuleSize()
Modifier | Constructor and Description |
---|---|
private |
EstimatedModuleComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(FinderPattern center1,
FinderPattern center2) |
public int compare(FinderPattern center1, FinderPattern center2)
compare
in interface java.util.Comparator<FinderPattern>