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

Comparing jsr166/src/main/java/util/Queue.java (file contents):
Revision 1.18 by dl, Sat Sep 13 18:51:06 2003 UTC vs.
Revision 1.19 by dl, Mon Sep 15 12:02:23 2003 UTC

# Line 83 | Line 83 | package java.util;
83   public interface Queue<E> extends Collection<E> {
84  
85      /**
86 <     * Inserts the specified element to this queue, if possible.  When
86 >     * Inserts the specified element into this queue, if possible.  When
87       * using queues that may impose insertion restrictions (for
88       * example capacity bounds), method <tt>offer</tt> is generally
89       * preferable to method {@link Collection#add}, which can fail to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines