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

Comparing jsr166/src/main/java/util/Deque.java (file contents):
Revision 1.30 by jsr166, Tue Dec 2 05:48:28 2014 UTC vs.
Revision 1.31 by jsr166, Wed Dec 31 22:40:51 2014 UTC

# Line 524 | Line 524 | public interface Deque<E> extends Queue<
524       *
525       * @return the number of elements in this deque
526       */
527 <    public int size();
527 >    int size();
528  
529      /**
530       * Returns an iterator over the elements in this deque in proper sequence.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines