union


Description:

public Intset union (Intset right)

Parameters:

this

The left operand

right

The right operand

Returns:

The set of those integers which are in either this or right (analogous to the bitwise operation left | right), to be freed with destroy by the caller