ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java
Revision 1.69 - (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.68: +10 -7 lines
Diff to previous 1.68
Improved bulk operation disclaimers for concurrent collections

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 23:05:50 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
whitespace

Revision 1.67 - (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.66: +1 -1 lines
Diff to previous 1.66
Update Creative Commons license URL in legal notices

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Mon Mar 7 23:55:03 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
Sync URL update with openJDK

Revision 1.65 - (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.64: +38 -23 lines
Diff to previous 1.64
Reduce dependencies in static initialization

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 22:02:10 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
javadoc style

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 17:44:20 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.62: +1 -57 lines
Diff to previous 1.62
Remove broken bypass

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 05:49:04 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +4 -2 lines
Diff to previous 1.61
80 cols

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 05:18:30 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +22 -22 lines
Diff to previous 1.60
whitespace

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 23:17:10 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59
trailing whitespace

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 14:57:32 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.58: +37 -26 lines
Diff to previous 1.58
Streamline CASes

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Aug 31 11:28:00 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
Use all 32 bits in random mask constant

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 22:12:59 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
;; => ;

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Mar 26 19:07:33 2009 UTC (15 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +5 -6 lines
Diff to previous 1.55
6800572: Removing elements from views of NavigableMap implementations does not always work correctly.

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

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon May 21 20:44:26 2007 UTC (17 years ago) by jsr166
Branch: MAIN
Changes since 1.53: +4 -2 lines
Diff to previous 1.53
6529795: (coll) Iterator.remove() fails if next() threw NoSuchElementException

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 08:27:40 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +15 -0 lines
Diff to previous 1.52
6377302: AbstractCollection.toArray is not safe for concurrent collections

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue May 9 16:34:44 2006 UTC (18 years ago) by jsr166
Branch: MAIN
Changes since 1.51: +47 -39 lines
Diff to previous 1.51
6415641: (coll) Getting NavigableMap/NavigableSet right

Revision 1.51 - (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.50: +15 -34 lines
Diff to previous 1.50
6415641: (coll) Getting NavigableMap/NavigableSet right

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sun Apr 30 00:28:59 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
doc fix

Revision 1.49 - (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.48: +12 -12 lines
Diff to previous 1.48
Document legacy SortedFoo methods in NavigableFoo doc

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 21:55:42 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
the the

Revision 1.47 - (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.46: +52 -52 lines
Diff to previous 1.46
Simplify Navigable method names

Revision 1.46 - (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.45: +598 -797 lines
Diff to previous 1.45
Updated Navigable interfaces ind implementations

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 12:17:56 2006 UTC (18 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.44: +59 -0 lines
Diff to previous 1.44
remove(null, null) should check key argument for null first

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 13:28:24 2005 UTC (18 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.43: +8 -21 lines
Diff to previous 1.43
Use AbstractMap.SimpleImmutableEntry for entrySets

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 15:38:08 2005 UTC (18 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.42: +29 -148 lines
Diff to previous 1.42
Eliminate unnecessary special handling of toArray

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 20:11:53 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +8 -5 lines
Diff to previous 1.41
get

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 03:24:26 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
whitespace

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 19:23:00 2005 UTC (18 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.39: +91 -78 lines
Diff to previous 1.39
Minor performance improvements

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 21:37:28 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -3 lines
Diff to previous 1.38
doc fixes

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 01:16:25 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +0 -6 lines
Diff to previous 1.37
doc fixes

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 00:11:18 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.36: +9 -18 lines
Diff to previous 1.36
Covariant returns from submap

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 07:45:08 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
doc fixes

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 23:18:48 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Save buffers before committing!

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 23:01:20 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33
Clarify comment

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 20:37:35 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.32: +8 -8 lines
Diff to previous 1.32
Cheaper random level generator

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 17:05:36 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +8 -7 lines
Diff to previous 1.31
doc touchups

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue May 31 14:02:47 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.30: +79 -42 lines
Diff to previous 1.30
Reduce generics warnings

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun May 29 14:02:26 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.29: +3 -11 lines
Diff to previous 1.29
Code simplifications

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat May 28 15:09:37 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat May 28 14:56:21 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.27: +8 -10 lines
Diff to previous 1.27
minor touchups

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat May 28 13:30:40 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.26: +8 -2 lines
Diff to previous 1.26
Undo toArray change

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu May 26 18:03:45 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.25: +9 -2 lines
Diff to previous 1.25
Undo wrong change

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed May 25 14:05:27 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.23: +72 -64 lines
Diff to previous 1.23
Avoid generics warnings; clarify javadocs

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun May 22 10:55:55 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Make remove(x, null) consistent with CHM

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed May 18 01:38:32 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.21: +255 -398 lines
Diff to previous 1.21
doc fixes

Revision 1.21 - (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.20: +4 -0 lines
Diff to previous 1.20
Update collections framework pointer

Revision 1.20 - (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.19: +1 -0 lines
Diff to previous 1.19
Add missing @since 1.6

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon May 2 21:51:38 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Acts as -> This is equivalent to

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon May 2 21:44:01 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
better cast hygiene

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:36:04 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.16: +4 -8 lines
Diff to previous 1.16
improve rendering of whitespace around code examples

Revision 1.16 - (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.15: +1 -1 lines
Diff to previous 1.15
covariant return type for clone

Revision 1.15 - (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.14: +2 -2 lines
Diff to previous 1.14
catch( -> catch (

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon May 2 03:25:06 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
lest typos

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon May 2 03:16:16 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.12: +9 -9 lines
Diff to previous 1.12
first sentence; third person

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon May 2 03:04:41 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
4 stray parens

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 21:14:31 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
doc fixes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 20:42:51 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.9: +33 -33 lines
Diff to previous 1.9
doc fixes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 23:17:21 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.8: +192 -192 lines
Diff to previous 1.8
Better internal comparator types

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 11:20:30 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
Documentation improvements

Revision 1.7 - (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.6: +3 -9 lines
Diff to previous 1.6
Documentation improvements

Revision 1.6 - (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.5: +87 -15 lines
Diff to previous 1.5
NavigableMap.subMap -> NavigableMap.navigableSubMap, and associated changes

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 12:27:11 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
Copyedit pass

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 1 12:48:33 2005 UTC (19 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Replace unicode in comment

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 18:14:25 2005 UTC (19 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.2: +0 -78 lines
Diff to previous 1.2
Remove SnapshotEntry now that AbstactMap version can be used

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 13:00:39 2004 UTC (19 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.1: +54 -35 lines
Diff to previous 1.1
Add AbstractMap.SimpleImmutableEntry; make SimpleEntry public

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
Prepare jsr166x classes for Mustang integration

Convenience Links

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