Package 

Class Size

  • All Implemented Interfaces:
    java.lang.Comparable

    
    public class Size
     implements Comparable<Size>
                        

    Internal use only.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final int width
      public final int height
    • Constructor Summary

      Constructors 
      Constructor Description
      Size(int width, int height)
    • Method Summary

      Modifier and Type Method Description
      int compareTo(@NonNull() Size other)
      boolean equals(Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Comparable

        compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait