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

Comparing jsr166/src/main/java/util/TimSort.java (file contents):
Revision 1.4 by jsr166, Wed Sep 1 20:12:39 2010 UTC vs.
Revision 1.5 by jsr166, Sun Nov 21 08:15:12 2010 UTC

# Line 230 | Line 230 | class TimSort<T> {
230       * @param lo the index of the first element in the range to be sorted
231       * @param hi the index after the last element in the range to be sorted
232       * @param start the index of the first element in the range that is
233 <     *        not already known to be sorted (@code lo <= start <= hi}
233 >     *        not already known to be sorted ({@code lo <= start <= hi})
234       * @param c comparator to used for the sort
235       */
236      @SuppressWarnings("fallthrough")
# Line 299 | Line 299 | class TimSort<T> {
299       * @param a the array in which a run is to be counted and possibly reversed
300       * @param lo index of the first element in the run
301       * @param hi index after the last element that may be contained in the run.
302 <              It is required that @code{lo < hi}.
302 >              It is required that {@code lo < hi}.
303       * @param c the comparator to used for the sort
304       * @return  the length of the run beginning at the specified position in
305       *          the specified array

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines