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.40 by dl, Sat Jul 20 18:00:11 2013 UTC vs.
Revision 1.42 by jsr166, Tue Dec 2 05:48:28 2014 UTC

# Line 18 | Line 18 | package java.util;
18   * implementations; in most implementations, insert operations cannot
19   * fail.
20   *
21 * <p>
21   * <table BORDER CELLPADDING=3 CELLSPACING=1>
22   * <caption>Summary of Queue methods</caption>
23   *  <tr>
# Line 111 | Line 110 | package java.util;
110   * @see java.util.concurrent.PriorityBlockingQueue
111   * @since 1.5
112   * @author Doug Lea
113 < * @param <E> the type of elements held in this collection
113 > * @param <E> the type of elements held in this queue
114   */
115   public interface Queue<E> extends Collection<E> {
116      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines