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

Comparing jsr166/src/extra166y/ParallelArray.java (file contents):
Revision 1.13 by jsr166, Fri Feb 15 22:27:11 2013 UTC vs.
Revision 1.14 by jsr166, Fri Jul 19 19:34:43 2013 UTC

# Line 551 | Line 551 | public class ParallelArray<T> extends Ab
551       * Sorts the array, assuming all elements are Comparable. Unlike
552       * Arrays.sort, this sort does not guarantee that elements
553       * with equal keys maintain their relative position in the array.
554     * @throws ClassCastException if any element is not Comparable
554       * @return this (to simplify use in expressions)
555 +     * @throws ClassCastException if any element is not Comparable
556       */
557      public ParallelArray<T> sort() {
558          super.sort();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines