Performs a logical OR of this bit set with the bit set argument. This bit set is modified so that a bit in it has the value true if and only if it either already had the value true or the corresponding bit in the bit set argument has the value true. @param set a bit s
(IBitSet set)
| 228 | * @return {@code true} if this bit set changed as a result of the call |
| 229 | */ |
| 230 | boolean or(IBitSet set); |
| 231 | |
| 232 | /** |
| 233 | * Performs a logical <b>OR</b> of this bit set with the bit set argument, |
no outgoing calls