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.33 by jsr166, Mon Jul 18 19:18:58 2005 UTC vs.
Revision 1.36 by jsr166, Tue Mar 15 19:47:03 2011 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   package java.util;
# Line 97 | Line 97 | package java.util;
97   *
98   *
99   * <p>This interface is a member of the
100 < * <a href="{@docRoot}/../guide/collections/index.html">
100 > * <a href="{@docRoot}/../technotes/guides/collections/index.html">
101   * Java Collections Framework</a>.
102   *
103   * @see java.util.Collection
# Line 126 | Line 126 | public interface Queue<E> extends Collec
126       * @throws ClassCastException if the class of the specified element
127       *         prevents it from being added to this queue
128       * @throws NullPointerException if the specified element is null and
129 <     *         this queue not permit null elements
129 >     *         this queue does not permit null elements
130       * @throws IllegalArgumentException if some property of this element
131       *         prevents it from being added to this queue
132       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines