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

Comparing jsr166/src/main/java/util/ArrayList.java (file contents):
Revision 1.48 by jsr166, Thu Dec 8 05:02:32 2016 UTC vs.
Revision 1.49 by jsr166, Wed Dec 21 05:15:36 2016 UTC

# Line 1443 | Line 1443 | public class ArrayList<E> extends Abstra
1443          private int fence; // -1 until used; then one past last index
1444          private int expectedModCount; // initialized when fence set
1445  
1446 <        /** Create new spliterator covering the given range */
1446 >        /** Creates new spliterator covering the given range. */
1447          ArrayListSpliterator(int origin, int fence, int expectedModCount) {
1448              this.index = origin;
1449              this.fence = fence;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines