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

Comparing jsr166/src/extra166y/ParallelDoubleArrayWithBounds.java (file contents):
Revision 1.1 by dl, Tue Jan 6 14:30:58 2009 UTC vs.
Revision 1.4 by jsr166, Sat Dec 29 23:55:19 2012 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   package extra166y;
# Line 114 | Line 114 | public abstract class ParallelDoubleArra
114       * Comparable. Unlike Arrays.sort, this sort does not
115       * guarantee that elements with equal keys maintain their relative
116       * position in the array.
117 <     * @throws ClassCastException if any element is not Comparable.
117 >     * @throws ClassCastException if any element is not Comparable
118       * @return this (to simplify use in expressions)
119       */
120      public abstract ParallelDoubleArrayWithBounds sort();
121   }
122

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines