public SynchronousQueue (boolean fair)

Creates a SynchronousQueue with the specified fairness policy.

Parameters:
fair    if true, waiting threads contend in FIFO order for access; otherwise the order is unspecified.