ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListSet.java
Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Mar 18 16:01:41 2022 UTC (2 years, 2 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.62: +1 -0 lines
Diff to previous 1.62 , to selected 1.49
jdk17+ suppressWarnings, FJ updates

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Thu Oct 17 01:51:37 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +1 -0 lines
Diff to previous 1.61 , to selected 1.49
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent

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

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 23:11:07 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +1 -3 lines
Diff to previous 1.59 , to selected 1.49
use multi-catch

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 04:59:23 2017 UTC (6 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +14 -13 lines
Diff to previous 1.58 , to selected 1.49
8185830: ConcurrentSkipListSet.clone() fails with UnsupportedOperationException

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

Revision 1.57 - (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.56: +3 -3 lines
Diff to previous 1.56 , to selected 1.49
Redo @link and @linkplain; one @link was pointing to the wrong poll method

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 17:36:10 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +0 -1 lines
Diff to previous 1.55 , to selected 1.49
fix unused imports reported by errorprone [RemoveUnusedImports]

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 23:08:16 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +6 -6 lines
Diff to previous 1.54 , to selected 1.49
Stop trying to enumerate all possible bulk operations in the spec

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 13:16:27 2016 UTC (8 years ago) by dl
Branch: MAIN
Changes since 1.53: +8 -5 lines
Diff to previous 1.53 , to selected 1.49
VarHandles conversion; pass 1

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 22:55:30 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52 , to selected 1.49
s~\bsun\.(misc\.Unsafe)\b~jdk.internal.$1~g;
s~\bputOrdered([A-Za-z]+)\b~put${1}Release~g

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

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 18:52:26 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50 , to selected 1.49
fix up (optional) url

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 02:03:10 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +3 -2 lines
Diff to previous 1.49
use standard javadoc wording

Revision 1.49 - (view) (download) (annotate) - [selected]
Wed May 6 16:14:30 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.48: +3 -4 lines
Diff to previous 1.48
prefer ternary operator

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Wed May 6 16:03:33 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.47: +1 -2 lines
Diff to previous 1.47 , to selected 1.49
remove intermediate methods and a few casts using .new syntax

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 18:34:18 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +0 -1 lines
Diff to previous 1.46 , to selected 1.49
delete extraneous blank lines

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 09:15:11 2015 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +5 -7 lines
Diff to previous 1.45 , to selected 1.49
standardize Unsafe mechanics; slightly smaller bytecode

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 01:06:15 2015 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44 , to selected 1.49
use ReflectiveOperationException for Unsafe mechanics

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

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:13 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +1 -0 lines
Diff to previous 1.42 , to selected 1.49
standardize import statement order

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 20:12:10 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +6 -6 lines
Diff to previous 1.41 , to selected 1.49
refactor definitions of "weakly consistent" into package-info.java

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 18:25:06 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 , to selected 1.49
document "weakly consistent" properties of spliterators

Revision 1.40 - (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.39: +18 -0 lines
Diff to previous 1.39 , to selected 1.49
add javadoc for spliterator()

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu May 2 06:00:07 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.38: +0 -1 lines
Diff to previous 1.38 , to selected 1.49
port to latest lambda

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Apr 9 07:32:00 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 , to selected 1.49
fully qualify ConcurrentModificationException in javadoc

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Apr 9 07:28:51 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 , to selected 1.49
fully qualify NoSuchElementException in javadoc

Revision 1.36 - (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.35: +1 -9 lines
Diff to previous 1.35 , to selected 1.49
Synch with lambda Spliterator API

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 01:51:15 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 , to selected 1.49
convert some more <tt> => {@code

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Mar 7 03:52:04 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 , to selected 1.49
javadoc style

Revision 1.33 - (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.32: +1 -1 lines
Diff to previous 1.32 , to selected 1.49
whitespace

Revision 1.32 - (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.31: +19 -20 lines
Diff to previous 1.31 , to selected 1.49
Spliterator sync

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 15:04:03 2013 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.30: +29 -0 lines
Diff to previous 1.30 , to selected 1.49
lambda-lib support

Revision 1.30 - (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.29: +32 -32 lines
Diff to previous 1.29 , to selected 1.49
<tt> -> {@code

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 19:18:35 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28 , to selected 1.49
whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 09:18:28 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 , to selected 1.49
fix javac warnings for clone methods

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 06:33:55 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 , to selected 1.49
use enhanced for loop

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 03:55:18 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 , to selected 1.49
use "i" only for ints

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 00:50:35 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +0 -1 lines
Diff to previous 1.24 , to selected 1.49
clean up imports

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 02:28:05 2011 UTC (13 years ago) by jsr166
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 , to selected 1.49
fix javac 7 [rawtypes] warnings

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 11:51:42 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.22: +8 -6 lines
Diff to previous 1.22 , to selected 1.49
Improved bulk operation disclaimers for concurrent collections

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 23:53:32 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.20: +12 -8 lines
Diff to previous 1.20 , to selected 1.49
Reduce dependencies in static initialization

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 20:58:06 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 , to selected 1.49
consistent ternary operator style

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue May 2 19:55:15 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.17: +14 -5 lines
Diff to previous 1.17 , to selected 1.49
6415641: (coll) Getting NavigableMap/NavigableSet right

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 21:37:48 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.16: +11 -27 lines
Diff to previous 1.16 , to selected 1.49
Document legacy SortedFoo methods in NavigableFoo doc

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 20:34:50 2006 UTC (18 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.15: +17 -17 lines
Diff to previous 1.15 , to selected 1.49
Simplify Navigable method names

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:08:04 2006 UTC (18 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.14: +51 -116 lines
Diff to previous 1.14 , to selected 1.49
Updated Navigable interfaces ind implementations

Revision 1.14 - (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.13: +17 -6 lines
Diff to previous 1.13 , to selected 1.49
doc fixes

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu May 26 12:07:14 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.49
Avoid some generics cast warnings

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat May 21 02:58:23 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 , to selected 1.49
whitespace

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue May 17 22:03:55 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.10: +115 -217 lines
Diff to previous 1.10 , to selected 1.49
doc fixes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue May 3 02:52:07 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9 , to selected 1.49
Update collections framework pointer

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon May 2 22:34:56 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 , to selected 1.49
Add missing @since 1.6

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:38:53 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.7: +24 -24 lines
Diff to previous 1.7 , to selected 1.49
remove trailing whitespace

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 2 16:50:32 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 , to selected 1.49
covariant return type for clone

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:40:27 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 , to selected 1.49
catch( -> catch (

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 16:48:38 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 , to selected 1.49
Documentation improvements

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 01:30:18 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.2: +80 -16 lines
Diff to previous 1.2 , to selected 1.49
NavigableMap.subMap -> NavigableMap.navigableSubMap, and associated changes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 12:27:11 2005 UTC (19 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 , to selected 1.49
Copyedit pass

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 12:14:13 2004 UTC (19 years, 5 months ago) by dl
Branch: MAIN
Diff to selected 1.49
Prepare jsr166x classes for Mustang integration

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