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

Comparing jsr166/src/main/java/util/concurrent/PriorityBlockingQueue.java (file contents):
Revision 1.27 by dl, Sat Oct 11 15:37:31 2003 UTC vs.
Revision 1.28 by dl, Sat Oct 18 12:29:33 2003 UTC

# Line 28 | Line 28 | import java.util.*;
28   *
29   * @since 1.5
30   * @author Doug Lea
31 < */
31 > * @param <E> the base class of all elements held in this collection
32 > */
33   public class PriorityBlockingQueue<E> extends AbstractQueue<E>
34      implements BlockingQueue<E>, java.io.Serializable {
35      private static final long serialVersionUID = 5595510919245408276L;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines