static int hashCode(O a) { ret a == null ? 0 : a.hashCode(); }