Class QRCodeMultiReader.SAComparator

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator<Result>
    Enclosing class:
    QRCodeMultiReader

    private static final class QRCodeMultiReader.SAComparator
    extends java.lang.Object
    implements java.util.Comparator<Result>, java.io.Serializable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SAComparator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(Result a, Result b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • SAComparator

        private SAComparator()
    • Method Detail

      • compare

        public int compare​(Result a,
                           Result b)
        Specified by:
        compare in interface java.util.Comparator<Result>