static int hashAboutObjects(O... l) { int hash = 0, n = l(l); for i to n: hash ^= hashCode(l[i]); ret hash; }