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

Comparing jsr166/src/main/java/util/ArrayDeque.java (file contents):
Revision 1.5 by dl, Tue Mar 22 01:29:00 2005 UTC vs.
Revision 1.6 by dl, Tue Mar 22 16:48:32 2005 UTC

# Line 198 | Line 198 | public class ArrayDeque<E> extends Abstr
198      }
199  
200      /**
201 <     * Inserts the specified element to the end of this deque.
201 >     * Inserts the specified element at the end of this deque.
202       * This method is equivalent to {@link Collection#add} and
203       * {@link #push}.
204       *
# Line 260 | Line 260 | public class ArrayDeque<E> extends Abstr
260      }
261  
262      /**
263 <     * Inserts the specified element to the end of this deque.
263 >     * Inserts the specified element at the end of this deque.
264       *
265       * @param e the element to insert
266       * @return <tt>true</tt> (as per the spec for {@link Deque#offerLast})
# Line 408 | Line 408 | public class ArrayDeque<E> extends Abstr
408      // *** Queue methods ***
409  
410      /**
411 <     * Inserts the specified element to the end of this deque.
411 >     * Inserts the specified element at the end of this deque.
412       *
413       * <p>This method is equivalent to {@link #offerLast}.
414       *
# Line 421 | Line 421 | public class ArrayDeque<E> extends Abstr
421      }
422  
423      /**
424 <     * Inserts the specified element to the end of this deque.
424 >     * Inserts the specified element at the end of this deque.
425       *
426       * <p>This method is equivalent to {@link #addLast}.
427       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines