Package com.google.zxing.qrcode.detector
Class FinderPatternFinder.EstimatedModuleComparator
- java.lang.Object
-
- com.google.zxing.qrcode.detector.FinderPatternFinder.EstimatedModuleComparator
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Comparator<FinderPattern>
- Enclosing class:
- FinderPatternFinder
private static final class FinderPatternFinder.EstimatedModuleComparator extends java.lang.Object implements java.util.Comparator<FinderPattern>, java.io.Serializable
Orders by
FinderPattern.getEstimatedModuleSize()
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EstimatedModuleComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(FinderPattern center1, FinderPattern center2)
-
-
-
Method Detail
-
compare
public int compare(FinderPattern center1, FinderPattern center2)
- Specified by:
compare
in interfacejava.util.Comparator<FinderPattern>
-
-