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

Comparing jsr166/src/main/java/util/PriorityQueue.java (file contents):
Revision 1.46 by dl, Mon Dec 29 19:05:19 2003 UTC vs.
Revision 1.47 by dl, Sat Apr 10 14:31:46 2004 UTC

# Line 62 | Line 62 | package java.util;
62   * @param <E> the type of elements held in this collection
63   */
64   public class PriorityQueue<E> extends AbstractQueue<E>
65 <    implements Queue<E>, java.io.Serializable {
65 >    implements java.io.Serializable {
66  
67      private static final long serialVersionUID = -7720805057305804111L;
68  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines