Class PreviewSizeComparator

  • All Implemented Interfaces:
    java.util.Comparator<android.util.Size>

    public final class PreviewSizeComparator
    extends java.lang.Object
    implements java.util.Comparator<android.util.Size>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(android.util.Size lhs, android.util.Size rhs)  
      • 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

      • PreviewSizeComparator

        public PreviewSizeComparator()
    • Method Detail

      • compare

        public int compare​(@NonNull
                           android.util.Size lhs,
                           @NonNull
                           android.util.Size rhs)
        Specified by:
        compare in interface java.util.Comparator<android.util.Size>