BitSet produces a new BitSet that is equal to it. The clone of the bit set is another bit set that has exactly the same bits set to true as this bit set. Overrides the clone method of Object.
@return a clone of this bit set.
@see java.util.BitSet#size()
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |