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.36 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.37 by jsr166, Sun Nov 18 19:33:08 2012 UTC

# Line 50 | Line 50 | package java.util;
50   * Whatever the ordering used, the <em>head</em> of the queue is that
51   * element which would be removed by a call to {@link #remove() } or
52   * {@link #poll()}.  In a FIFO queue, all new elements are inserted at
53 < * the <em> tail</em> of the queue. Other kinds of queues may use
53 > * the <em>tail</em> of the queue. Other kinds of queues may use
54   * different placement rules.  Every <tt>Queue</tt> implementation
55   * must specify its ordering properties.
56   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines