\"\" \"\" \"\"
Go backward to init(): Unbinding a Thread Bag
Go up to General
Go forward to ThreadBag(): Duplication
RISC-Linz logo

Null(): Test for Unbound Thread Bag

unbound = Null(b)
      int unbound
      ThreadBag<T> b

Specification: Returns 1 if b is not bound to any thread bag and 1 else.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997