ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java
Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 13:38:34 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
Changed doc strings for generic params

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
Added docs for type params

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 12:21:23 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.24: +14 -12 lines
Diff to previous 1.24
doc clarifications

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 23:51:28 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.23: +2 -0 lines
Diff to previous 1.23
Rephrased by-permission clause

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.22: +18 -28 lines
Diff to previous 1.22
Proofreading pass -- many minor adjustments

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 13:33:13 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.21: +5 -4 lines
Diff to previous 1.21
Removed non-standard tags and misc javadoc cleanup

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 14:09:52 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.20: +107 -27 lines
Diff to previous 1.20
Avoid ABA problem in CHP; fix other javadocs

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 19:27:58 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
serialVersionUIDs

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 13:01:41 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.18: +54 -54 lines
Diff to previous 1.18
Replaced overspecification of constructors with better wording

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 23:32:25 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.17: +6 -5 lines
Diff to previous 1.17
Kill ScheduledExecutor Date methods; Documentation clarifications

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 14:47:31 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.16: +32 -22 lines
Diff to previous 1.16
Javadoc clarifications

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.15: +4 -8 lines
Diff to previous 1.15
Scrunched catch, finally, else clauses.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:22:09 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Fixes to minor errors found by DocCheck

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 11:11:49 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.13: +15 -0 lines
Diff to previous 1.13
Clarify iterator semantics

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 22:48:54 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Fixed signatures on ConcurrentMap.remove

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 16:43:47 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.11: +15 -15 lines
Diff to previous 1.11
Fix unchecked calls to raw type

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 13:17:51 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.10: +95 -95 lines
Diff to previous 1.10
Default compiler is now 2.2-ea. Some sources are not compatible with 2.0-ea.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 00:46:33 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Locks in subpackage; fairness params added

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 16:29:52 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.8: +33 -54 lines
Diff to previous 1.8
Misc minor tunings

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:47 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.7: +35 -25 lines
Diff to previous 1.7
Added missing javadoc tags; minor reformatting

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 02:26:16 2003 UTC (20 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Partial javadoc pass

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 02:32:05 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
New ScheduledExecuor methods; minor javadoc cleanup

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 18:42:17 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Added to emulation
Fixed some javadoc format errors

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 14:17:16 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.3: +703 -951 lines
Diff to previous 1.3
New CHM class with variable segments.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 29 13:49:24 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.2: +40 -2 lines
Diff to previous 1.2
Please the new generics compiler

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:39 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.1: +103 -45 lines
Diff to previous 1.1
re-check-in initial implementations

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:30:45 2003 UTC (21 years ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to JSR166_NOV3_FREEZE: (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