ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Vector.java
Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 20:57:26 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.57: +7 -6 lines
Diff to previous 1.57
8231800: Better listing of arrays

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Oct 10 16:53:08 2019 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +1 -0 lines
Diff to previous 1.56
8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Fri Aug 30 18:05:39 2019 UTC (4 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +3 -0 lines
Diff to previous 1.55
accommodate 8229997: Apply java.io.Serial annotations in java.base

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed May 22 17:36:58 2019 UTC (4 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +9 -42 lines
Diff to previous 1.54
8223593: Refactor code for reallocating storage

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu May 2 14:31:30 2019 UTC (5 years ago) by jsr166
Branch: MAIN
Changes since 1.53: +2 -0 lines
Diff to previous 1.53
rollback 8203662 into TODOs

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 00:10:53 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot references in javadoc with upstream

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed May 23 05:24:05 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +0 -1 lines
Diff to previous 1.51
8203662: remove increment of modCount from ArrayList and Vector replaceAll()

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue May 22 15:51:31 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +1 -0 lines
Diff to previous 1.50
temporarily (?) revert to historic replaceAll modCount behavior

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat May 5 18:29:53 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +0 -1 lines
Diff to previous 1.49
8202685: Improve ArrayList replaceAll

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 16:25:34 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.48: +26 -0 lines
Diff to previous 1.48
sync upstream changes

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Wed Mar 28 02:50:41 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
sync Oracle copyright years

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 20:57:44 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +0 -1 lines
Diff to previous 1.46
bulkRemove: discard unused write to local

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat May 6 06:49:46 2017 UTC (6 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
8177789: fix collections framework links to point to java.util package doc

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Feb 1 20:13:47 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44
8173706: Is able to set a negative j.u.Vector size in JDK9 b151

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 19:32:07 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +2 -4 lines
Diff to previous 1.43
convert to Objects.requireNonNull

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 05:15:08 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
javadoc style

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 05:14:01 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
javadoc style

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 05:01:42 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +9 -0 lines
Diff to previous 1.40
add javadoc for @inheritDoc

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 00:08:01 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +16 -11 lines
Diff to previous 1.39
refactor using shiftTailOverGap

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 06:38:56 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +5 -2 lines
Diff to previous 1.38
standard serialization method boilerplate

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu Dec 1 00:35:21 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +7 -18 lines
Diff to previous 1.37
cleaner and faster VectorSpliterator.forEachRemaining

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 03:31:47 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +23 -28 lines
Diff to previous 1.36
convert Spliterator implementations to inner classes

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 22:46:22 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +12 -8 lines
Diff to previous 1.35
check for comodification exactly once, after all the user code has been called

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 21:07:40 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +23 -15 lines
Diff to previous 1.34
just software engineering

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 19:58:47 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +15 -23 lines
Diff to previous 1.33
coding style

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 02:10:09 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +35 -18 lines
Diff to previous 1.32
Tolerate reentrant read access in removeIf

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Nov 12 20:51:59 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31
code golf

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 02:56:17 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +50 -53 lines
Diff to previous 1.30
improve removeIf removeAll retainAll

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 20:49:07 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +381 -78 lines
Diff to previous 1.29
pristine import from openjdk9

Revision 1.29
Sat May 7 12:22:03 2011 UTC (12 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.28: +0 -0 lines
FILE REMOVED
Stop shadowing OpenJDK classes not originated by jsr166

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 16:44:39 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
whitespace

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

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 00:00:07 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
sync with openjdk

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon May 19 00:28:21 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +5 -5 lines
Diff to previous 1.24
6583872: (coll) Direct uninformed users away from Vector/Hashtable

Revision 1.24 - (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.23: +0 -1 lines
Diff to previous 1.23
Sync with OpenJDK; remove all @version tags

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

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 15:38:19 2007 UTC (16 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +155 -444 lines
Diff to previous 1.21
6359979: (coll) Speed up collection iteration

Revision 1.21 - (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.20: +21 -3 lines
Diff to previous 1.20
License update

Revision 1.20 - (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.19: +1 -1 lines
Diff to previous 1.19
copyright year update

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 00:31:07 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
typo

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 00:25:04 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +13 -14 lines
Diff to previous 1.17
doc sync with mustang

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 20:05:33 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +17 -17 lines
Diff to previous 1.15
doc sync with mustang

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 19:58:14 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +23 -27 lines
Diff to previous 1.14
doc sync with mustang

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 19:41:52 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +63 -63 lines
Diff to previous 1.13
@code-ify

Revision 1.13 - (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.12: +1 -1 lines
Diff to previous 1.12
Location of Collections Guide has changed

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

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

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Mar 19 17:59:39 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.8: +10 -12 lines
Diff to previous 1.8
sync with Mustang

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
6378729: Remove workaround for 6280605

Revision 1.7 - (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.6: +1 -1 lines
Diff to previous 1.6
copyright update for 2006

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 06:19:39 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +5 -7 lines
Diff to previous 1.5
sync with mustang

Revision 1.5 - (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.4: +2 -2 lines
Diff to previous 1.4
Merge conflicts

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 03:28:25 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
whitespace

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 14:54:23 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.2: +70 -67 lines
Diff to previous 1.2
Iterator performance improvements

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Nov 26 03:12:10 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
whitespace

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 13:27:29 2005 UTC (18 years, 5 months ago) by dl
Branch: MAIN
Safer collection constructor; faster iterator

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