public void UnionWith(BitPointSet other) { _points.union(other._points); _cardinality = (int)_points.cardinality(); }