ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/AbstractList.java
Revision 1.25
Sat May 7 12:22:02 2011 UTC (13 years ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +0 -0 lines
FILE REMOVED
Stop shadowing OpenJDK classes not originated by jsr166

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 21:32:18 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
Update legal notices to Oracle wording

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 20:12:39 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
coding style

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 06:00:44 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +14 -14 lines
Diff to previous 1.21
Reserve e for elements; use it for iterators

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 22:28:19 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20
Use enhanced for loop

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:59:57 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +0 -1 lines
Diff to previous 1.19
Sync with OpenJDK; remove all @version tags

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:55 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +153 -153 lines
Diff to previous 1.18
Sync with OpenJDK; untabify

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 15:24:16 2007 UTC (16 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +135 -241 lines
Diff to previous 1.17
4802633: (coll) AbstractList.addAll(-1,emptyCollection) doesn't throw IndexOutOfBoundsException
6359979: (coll) Speed up collection iteration
6533203: (coll) AbstractList.ListItr.add might corrupt iterator state if enclosing add throws
6533307: (coll) Optimize AbstractList range checking

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun May 20 07:54:01 2007 UTC (16 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +21 -3 lines
Diff to previous 1.16
License update

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 07:38:27 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
copyright year update

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 01:27:51 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
doc sync with mustang

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 01:08:01 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +8 -9 lines
Diff to previous 1.13
doc sync with mustang

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 01:02:38 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +49 -50 lines
Diff to previous 1.12
doc sync with mustang

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 00:46:50 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +97 -97 lines
Diff to previous 1.11
doc sync with mustang

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun May 28 23:36:29 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Location of Collections Guide has changed

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 20:49:03 2006 UTC (18 years ago) by jsr166
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
unexpand SCCS keywords

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 21:49:36 2006 UTC (18 years ago) by jsr166
Branch: MAIN
Changes since 1.8: +7 -7 lines
Diff to previous 1.8
whitespace

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:07:14 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.7: +249 -143 lines
Diff to previous 1.7
Updated Navigable interfaces ind implementations

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 08:17:21 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
6382646: Core Library "frozen-in-time" SCCS keywords

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 00:04:16 2005 UTC (18 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
whitespace

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 02:56:59 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
copyright update for 2006

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 23:53:32 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.3: +7 -7 lines
Diff to previous 1.3
Merge conflicts

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 02:44:06 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
SCCS keywords

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 02:35:46 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
whitespace

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 14:54:23 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Iterator performance improvements

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a