71727374757677787980
return width; } @Override public int hashCode() { HashCode hash = new HashCode(); hash.append(width); hash.append(height); return hash.hashCode(); }