Performs a logical OR of this bit set with the bit set argument, computes and returns the difference set between given bit set and this set (before performing logical OR ). @param set a bit set. @return a new bit set of bit values that are present in the bit set argument and were absen
(IBitSet set)
| 239 | * argument and were absent in this bit set before. |
| 240 | */ |
| 241 | IBitSet orDiff(IBitSet set); |
| 242 | |
| 243 | /** |
| 244 | * Performs a logical <b>XOR</b> of this bit set with the bit set |
no outgoing calls