difference


Description:

public Intset difference (Intset right)

Parameters:

this

The left operand

right

The right operand

Returns:

The set of those integers which are in this and not in right (analogous to the bitwise operation left & (~right)), to be freed with destroy by the caller