24112412241324142415241624172418241924202421
{ return false; } IntSet other = (IntSet) obj; return this.size() == other.size() && this.containsAll(other.toArray()); } @Override public int hashCode() {