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

Comparing jsr166/src/main/java/util/Collections.java (file contents):
Revision 1.16 by jsr166, Thu Aug 25 07:11:39 2005 UTC vs.
Revision 1.17 by jsr166, Sat Sep 10 19:49:05 2005 UTC

# Line 3600 | Line 3600 | public class Collections {
3600       * <tt>remove</tt> is mapped to <tt>pop</tt> and so on. This
3601       * view can be useful when you would like to use a method
3602       * requiring a <tt>Queue</tt> but you need Lifo ordering.
3603 +     *
3604       * @param deque the deque
3605       * @return the queue
3606       * @since  1.6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines