ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ArrayBlockingQueue.java (file contents):
Revision 1.28 by dl, Mon Sep 15 12:02:46 2003 UTC vs.
Revision 1.29 by dl, Fri Sep 26 11:37:10 2003 UTC

# Line 30 | Line 30 | import java.util.*;
30   * ordering is not guaranteed. However, an <tt>ArrayBlockingQueue</tt>
31   * constructed with fairness set to <tt>true</tt> grants blocked
32   * threads access in FIFO order. Fairness generally decreases
33 < * throughput but reduces variablility and avoids starvation.
33 > * throughput but reduces variability and avoids starvation.
34   *
35   * <p>This class implements all of the <em>optional</em> methods
36   * of the {@link Collection} and {@link Iterator} interfaces.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines