ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CopyOnWriteArraySet.java
Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Fri Nov 27 17:41:59 2020 UTC (3 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.74: +1 -1 lines
Diff to previous 1.74
Incorporate snippets code improvements from Pavel Rappo

Revision 1.74 - (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.73: +5 -5 lines
Diff to previous 1.73
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot references in javadoc with upstream

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

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 23:45:51 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
Redo @link and @linkplain; one @link was pointing to the wrong poll method

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 05:04:44 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +6 -0 lines
Diff to previous 1.70
add javadoc for @inheritDoc

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 00:03:02 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +4 -4 lines
Diff to previous 1.69
fix all the (optional) broken links using -Xdocrootparent hack

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:54:30 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +8 -9 lines
Diff to previous 1.68
fix up @throws specs for removeAll, retainAll

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 02:41:39 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +1 -2 lines
Diff to previous 1.67
merge with upstream

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 04:46:36 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +11 -6 lines
Diff to previous 1.66
add links for "(optional)"

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Tue May 26 19:22:09 2015 UTC (8 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +41 -30 lines
Diff to previous 1.65
Optimize CopyOnWriteArraySet.{containsAll,equals}

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue May 19 06:32:59 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.64: +2 -8 lines
Diff to previous 1.64
replace eq with (standard) Objects.equals

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:55:39 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63
standardize code sample idiom: * <pre> {@code

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 07:42:41 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
remove redundant parens

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 09:37:20 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +0 -1 lines
Diff to previous 1.61
remove unused/redundant imports

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:13 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +4 -3 lines
Diff to previous 1.60
standardize import statement order

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 05:48:28 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
this collection => this XXX

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 21:40:08 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
use Objects.equals in javadoc

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 18:46:47 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +6 -8 lines
Diff to previous 1.57
use Objects.equals in javadoc

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun May 25 02:33:45 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
time to start using diamond <>

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 15:13:34 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +16 -0 lines
Diff to previous 1.55
add javadoc for spliterator()

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon May 27 13:04:51 2013 UTC (10 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.54: +1 -2 lines
Diff to previous 1.54
Mesh with lambda

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon May 6 15:52:59 2013 UTC (11 years ago) by dl
Branch: MAIN
Changes since 1.53: +19 -3 lines
Diff to previous 1.53
Support new Collection methods; bypass copy for some methods with COW args;

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu May 2 05:56:15 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.52: +0 -1 lines
Diff to previous 1.52
port to latest lambda

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Apr 4 11:31:21 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.51: +1 -4 lines
Diff to previous 1.51
Revert unintended commit

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 12:39:02 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.50: +1 -8 lines
Diff to previous 1.50
Synch with lambda Spliterator API

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 17:59:40 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.49: +6 -2 lines
Diff to previous 1.49
lambda syncs and improvements

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 01:30:24 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
whitespace

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 23:36:34 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.47: +9 -12 lines
Diff to previous 1.47
Spliterator sync

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 17:28:55 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
fix javadoc warning

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 21:18:51 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
whitespace

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 15:04:04 2013 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.44: +24 -1 lines
Diff to previous 1.44
lambda-lib support

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 01:59:47 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +28 -28 lines
Diff to previous 1.43
<tt> -> {@code

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 21:48:00 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
whitespace

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 18:03:11 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
normalize whitespace after <p>

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 01:54:03 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
use third person in javadoc first sentence

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 07:48:43 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +1 -2 lines
Diff to previous 1.39
consistent style for code snippets

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 05:37:29 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
paren tidying

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:03 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Update Creative Commons license URL in legal notices

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:23:52 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +12 -13 lines
Diff to previous 1.36
Fix javadoc code samples to use <pre>  {@code so that we can replace &lt; with <, etc.

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.35: +18 -18 lines
Diff to previous 1.35
Sync with OpenJDK; untabify

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun May 20 08:15:53 2007 UTC (17 years ago) by jsr166
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
legal notice

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Oct 1 22:09:39 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +16 -16 lines
Diff to previous 1.32
Review Rework

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 02:16:52 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
whitespace

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 14:42:59 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.30: +6 -5 lines
Diff to previous 1.30
Improve equals specs

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 13:10:30 2005 UTC (18 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.29: +53 -0 lines
Diff to previous 1.29
Improve equals method specs and implementations

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 23:27:11 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28
whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 23:01:12 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +11 -11 lines
Diff to previous 1.27
doc fixes

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat May 21 17:32:20 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
doc fixes

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat May 21 03:09:02 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.25: +224 -20 lines
Diff to previous 1.25
doc fixes

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed May 18 00:45:57 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
doc fixes

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue May 17 16:21:59 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
doc fixes

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue May 17 05:20:33 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.22: +4 -2 lines
Diff to previous 1.22
doc fixes

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:35:49 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
E o -> E e

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
doc fixes

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 01:40:53 2004 UTC (19 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.19: +6 -1 lines
Diff to previous 1.19
Changes for maintenance/RFE phase

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Jun 3 10:28:43 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Fixed incomplete change to sample usage example

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 23:49:07 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.17: +10 -15 lines
Diff to previous 1.17
CopyOnWriteArraySet and ConcurrentHashMap no longer implement Cloneable
Improve javadoc wording in other classes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri May 21 14:43:28 2004 UTC (20 years ago) by dl
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
add clone

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:25:24 2004 UTC (20 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
Documentation improvements

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:47 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Wording fixes and improvements

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:36:31 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
Add Collection framework membership doc

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 15:49:02 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Javadoc fixes

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 15:10:31 2004 UTC (20 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
fixed signatures to match java.util

Revision 1.11 - (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_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT, JSR166_NOV3_FREEZE
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Changed doc strings for generic params

Revision 1.10 - (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.9: +3 -2 lines
Diff to previous 1.9
Added docs for type params

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:18 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.8: +0 -2 lines
Diff to previous 1.8
added drainTo; clarified various exception specs

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 01:55:54 2003 UTC (20 years, 8 months ago) by dholmes
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
Removed leading spaces on <li> elements

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

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:47 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
Added missing javadoc tags; minor reformatting

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 18:20:20 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Misc documentation updates

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:39 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +7 -2 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:46 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)

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