Ejemplo n.º 1
0
 public void UnionWith(BitPointSet other)
 {
     _points.union(other._points);
     _cardinality = (int)_points.cardinality();
 }