多项选择题

A.public int hashCode() { return 343; }
B.public int hashCode() { return size.hashCode (); }
C.public int hashCode() { return color.hashCode (); }
D.public int hashCode() { return (int) (Math.random() * 1000);