[inline]
Creates an empty set with the same size as the given set.
Definition at line 7489 of file Main.java.
References bits, offs, and size().
{ bits = new long[set.size]; offs = new int [set.size]; size = 0; }