BitSet.or

BitSet.or

Class Overview | Class Members | This Package | All Packages

Syntax
public void or( BitSet set )
Parameters
set
the bit set to be ORed with
Description
Logically ORs this bit set with the specified set of bits.