[cvs] / jsr166 / src / main / java / util / AbstractList.java Repository:
ViewVC logotype

Log of /jsr166/src/main/java/util/AbstractList.java

Parent Directory Parent Directory


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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 22:28:19 2009 UTC (2 months, 2 weeks ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
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 (18 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 (18 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 (2 years, 2 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 (2 years, 6 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 (2 years, 10 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 (3 years, 4 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 (3 years, 4 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 (3 years, 4 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 (3 years, 4 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 (3 years, 5 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 (3 years, 7 months 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 (3 years, 7 months 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 (3 years, 7 months 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 (3 years, 9 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 (3 years, 11 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 (3 years, 11 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 (3 years, 11 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 (3 years, 11 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 (3 years, 11 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 (3 years, 11 months ago) by dl
Branch: MAIN
Iterator performance improvements

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

Sort log by:

Doug Lea
ViewVC Help
Powered by ViewVC 1.0.8