ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java
Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Thu Oct 17 01:51:37 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.185: +3 -0 lines
Diff to previous 1.185
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent

Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Thu May 23 20:57:23 2019 UTC (4 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.184: +2 -3 lines
Diff to previous 1.184
8224698: ConcurrentSkipListMap.java does not compile with the Eclipse Java Compiler

Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Wed Apr 24 16:54:49 2019 UTC (5 years ago) by jsr166
Branch: MAIN
Changes since 1.183: +1 -0 lines
Diff to previous 1.183
8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone

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

Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Tue May 29 02:44:52 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.181: +1 -3 lines
Diff to previous 1.181
coalesce catch clauses

Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Sun Mar 11 18:00:05 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.180: +1 -1 lines
Diff to previous 1.180
prefer throwing ExceptionInInitializerError from <clinit> to throwing Error

Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 23:11:06 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.179: +2 -6 lines
Diff to previous 1.179
use multi-catch

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 18:30:20 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.178: +1 -3 lines
Diff to previous 1.178
code simplification

Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 14:39:55 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.177: +1 -1 lines
Diff to previous 1.177
whitespace

Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 13:07:43 2017 UTC (6 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.176: +11 -3 lines
Diff to previous 1.176
Use comparator in equals if both sorted.

Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 11:12:02 2017 UTC (6 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.175: +19 -30 lines
Diff to previous 1.175
remove now-unnecessary locals for VarHandle CAS

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 16:45:38 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.174: +1 -1 lines
Diff to previous 1.174
typo

Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 16:41:04 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.173: +2 -2 lines
Diff to previous 1.173
remove doc stutter

Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 09:51:25 2017 UTC (6 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.172: +1 -0 lines
Diff to previous 1.172
ensure acquire in submap iterators

Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 02:48:30 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.171: +3 -3 lines
Diff to previous 1.171
typo

Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 23:45:16 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.170: +2 -2 lines
Diff to previous 1.170
typo

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 15:10:28 2017 UTC (6 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.169: +4 -2 lines
Diff to previous 1.169
Fix dumb mistake introduced during copyedit

Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 12:50:06 2017 UTC (6 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.168: +932 -1144 lines
Diff to previous 1.168
Initial version of overhaul

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

Revision 1.167 - (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.166: +5 -3 lines
Diff to previous 1.166
Redo @link and @linkplain; one @link was pointing to the wrong poll method

Revision 1.166 - (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.165: +0 -1 lines
Diff to previous 1.165
fix unused imports reported by errorprone [RemoveUnusedImports]

Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Sat Sep 24 16:23:56 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.164: +2 -2 lines
Diff to previous 1.164
whitespace

Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Sat Sep 24 15:36:19 2016 UTC (7 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.163: +20 -3 lines
Diff to previous 1.163
Avoid inconsistent reporting of isEmpty vs contains after clear()

Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 20:16:10 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.162: +3 -0 lines
Diff to previous 1.162
8066070: PriorityQueue corrupted when adding non-Comparable

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sun Jun 5 20:32:25 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.161: +1 -1 lines
Diff to previous 1.161
comment typo

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 13:40:42 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.160: +1 -1 lines
Diff to previous 1.160
whitespace

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 13:16:27 2016 UTC (7 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.159: +23 -26 lines
Diff to previous 1.159
VarHandles conversion; pass 1

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 19:19:34 2016 UTC (8 years ago) by jsr166
Branch: MAIN
Changes since 1.158: +1 -1 lines
Diff to previous 1.158
ConcurrentSkipListMap.SubMap should not implement Cloneable

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 20:32:51 2016 UTC (8 years ago) by jsr166
Branch: MAIN
Changes since 1.157: +7 -7 lines
Diff to previous 1.157
use concrete types for lazy-init collection view fields

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 20:13:21 2016 UTC (8 years ago) by jsr166
Branch: MAIN
Changes since 1.156: +28 -19 lines
Diff to previous 1.156
standardize on slightly better lazy init code for views

Revision 1.156 - (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.155: +3 -3 lines
Diff to previous 1.155
s~\bsun\.(misc\.Unsafe)\b~jdk.internal.$1~g;
s~\bputOrdered([A-Za-z]+)\b~put${1}Release~g

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 21:05:34 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.154: +3 -3 lines
Diff to previous 1.154
use concrete return types for trySplit methods to help VM

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 17:03:22 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.153: +8 -8 lines
Diff to previous 1.153
Terminate javadoc with a period.

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 16:20:21 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.152: +3 -3 lines
Diff to previous 1.152
kill remaining bridge methods

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Thu Sep 3 22:54:46 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.151: +1 -1 lines
Diff to previous 1.151
s/adaptor/adapter/g

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Wed May 6 16:14:30 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.150: +18 -24 lines
Diff to previous 1.150
prefer ternary operator

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

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Tue May 5 21:35:28 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.148: +11 -11 lines
Diff to previous 1.148
tidy

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Tue May 5 21:30:29 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.147: +1 -1 lines
Diff to previous 1.147
tidy

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Tue May 5 16:36:32 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.146: +82 -94 lines
Diff to previous 1.146
use <K,V> type parameters consistently for collection views

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Sun May 3 12:09:30 2015 UTC (9 years ago) by dl
Branch: MAIN
Changes since 1.145: +27 -2 lines
Diff to previous 1.145
Arrange removeIf atomicity for submaps

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Wed Apr 29 18:01:41 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.144: +1 -1 lines
Diff to previous 1.144
jsr166 coding style

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Wed Apr 29 10:42:15 2015 UTC (9 years ago) by dl
Branch: MAIN
Changes since 1.143: +20 -0 lines
Diff to previous 1.143
Override removeIf for Values views in ConcurrentMaps

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Tue Apr 28 23:06:53 2015 UTC (9 years ago) by dl
Branch: MAIN
Changes since 1.142: +22 -0 lines
Diff to previous 1.142
Override default removeIf for ConcurrentMap EntrySets

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 19:47:31 2015 UTC (9 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.141: +0 -4 lines
Diff to previous 1.141
remove unused variable

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

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

Revision 1.139 - (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.138: +0 -3 lines
Diff to previous 1.138
remove unused/redundant imports

Revision 1.138 - (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.137: +2 -1 lines
Diff to previous 1.137
standardize import statement order

Revision 1.137 - (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.136: +2 -2 lines
Diff to previous 1.136
time to start using diamond <>

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 03:31:26 2014 UTC (10 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.135: +2 -2 lines
Diff to previous 1.135
typos

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 15:21:30 2013 UTC (10 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.134: +1 -1 lines
Diff to previous 1.134
javadoc typo fixes from Sergey Malenkov; https://bugs.openjdk.java.net/browse/JDK-8022746

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 17:07:44 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.133: +2 -2 lines
Diff to previous 1.133
No spaces separating one-character type parameters

Revision 1.133 - (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.132: +13 -22 lines
Diff to previous 1.132
refactor definitions of "weakly consistent" into package-info.java

Revision 1.132 - (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.131: +53 -32 lines
Diff to previous 1.131
document "weakly consistent" properties of spliterators

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 04:23:21 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.130: +1 -1 lines
Diff to previous 1.130
whitespace

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Wed Aug 7 08:57:25 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.129: +16 -8 lines
Diff to previous 1.129
spliterator bug fixes

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 18:21:22 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.128: +4 -0 lines
Diff to previous 1.128
javadoc warning fixes: add serialization method @throws

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:38:29 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.127: +2 -0 lines
Diff to previous 1.127
javadoc warning fixes: add serialization method @param

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Mon Jul 1 19:08:00 2013 UTC (10 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.126: +1 -2 lines
Diff to previous 1.126
Sync with JDK

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 17:14:20 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.125: +1 -1 lines
Diff to previous 1.125
javadoc punctuation

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 17:05:02 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.124: +1 -1 lines
Diff to previous 1.124
whitespace

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 14:48:11 2013 UTC (10 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.123: +2 -2 lines
Diff to previous 1.123
Merge should only put if absent

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Tue May 7 20:25:36 2013 UTC (11 years ago) by dl
Branch: MAIN
Changes since 1.122: +25 -0 lines
Diff to previous 1.122
Overrride default Map methods

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Sun May 5 19:25:01 2013 UTC (11 years ago) by dl
Branch: MAIN
Changes since 1.121: +1 -8 lines
Diff to previous 1.121
Use more JDK8 VM support; more gradually spin down FJ

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 18:18:08 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.120: +18 -18 lines
Diff to previous 1.120
fix javadoc "reference not found" warnings

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 17:54:06 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119
typos

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 17:49:11 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.118: +1 -1 lines
Diff to previous 1.118
modifier order

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 14:21:26 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.117: +422 -1006 lines
Diff to previous 1.117
Merge comparable/comparator paths

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 06:22:47 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.116: +6 -6 lines
Diff to previous 1.116
whitespace

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 00:01:10 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.115: +24 -13 lines
Diff to previous 1.115
Two-sided bounds checks in trySplit

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 05:53:51 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114
whitespace

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 20:56:44 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.113: +2 -2 lines
Diff to previous 1.113
coding style

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 19:46:34 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.112: +15 -4 lines
Diff to previous 1.112
conform to updated lambda Spliterator

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 18:40:28 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.111: +2 -55 lines
Diff to previous 1.111
Remove unneeded key set view methods

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 19:35:09 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.110: +1 -1 lines
Diff to previous 1.110
key param specs

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 18:34:07 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.109: +27 -27 lines
Diff to previous 1.109
whitespace

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 12:40:30 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.108: +232 -7 lines
Diff to previous 1.108
Mesh Map and Spliterator methods with lambda

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sun Mar 17 15:34:21 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.107: +1 -1 lines
Diff to previous 1.107
whitespace

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 16:03:08 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.106: +4 -0 lines
Diff to previous 1.106
Sync with lambda spliterator semantics

Revision 1.106 - (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.105: +4 -37 lines
Diff to previous 1.105
Synch with lambda Spliterator API

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 19:47:52 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.104: +1 -1 lines
Diff to previous 1.104
whitespace

Revision 1.104 - (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.103: +12 -16 lines
Diff to previous 1.103
lambda syncs and improvements

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 03:15:10 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.102: +1 -1 lines
Diff to previous 1.102
whitespace

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 03:00:38 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101
whitespace

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

Revision 1.100 - (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.99: +164 -109 lines
Diff to previous 1.99
Spliterator sync

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 22:41:11 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +1 -1 lines
Diff to previous 1.98
fix mangled javadoc

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 22:20:46 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97
whitespace

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 15:25:20 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +1 -1 lines
Diff to previous 1.96
#keySet -> #keySet()

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 07:50:42 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +3 -3 lines
Diff to previous 1.95
javadoc link readability

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 19:54:06 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +3 -4 lines
Diff to previous 1.94
javadoc style

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 01:02:37 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.93: +7 -7 lines
Diff to previous 1.93
Use new java.util.function names

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 22:34:06 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +1 -1 lines
Diff to previous 1.92
remove bad @param

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 15:17:58 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.91: +138 -182 lines
Diff to previous 1.91
Refactor addIndex to use TLR support

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Wed Jan 23 18:40:30 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.90: +2 -1 lines
Diff to previous 1.90
Temporarily isolate from TLR updates

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 23:00:06 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +1 -1 lines
Diff to previous 1.89
optimize access to local ArrayLists

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 20:08:33 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +8 -6 lines
Diff to previous 1.88
coding style

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 18:25:32 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.87: +379 -176 lines
Diff to previous 1.87
Spliterators

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 22:10:06 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +7 -7 lines
Diff to previous 1.86
punctuation

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 21:25:33 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +1 -1 lines
Diff to previous 1.85
<tt> -> {@code

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 21:20:04 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +0 -1 lines
Diff to previous 1.84
remove CVS conflict marker

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

Revision 1.83 - (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.82: +664 -20 lines
Diff to previous 1.82
lambda-lib support

Revision 1.82 - (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.81: +63 -63 lines
Diff to previous 1.81
<tt> -> {@code

Revision 1.81 - (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.80: +2 -2 lines
Diff to previous 1.80
whitespace

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 20:53:11 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +2 -4 lines
Diff to previous 1.79
uniform serialization method javadocs

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 14:37:32 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +1 -0 lines
Diff to previous 1.78
blanket unchecked warning suppression for comparator-using classes

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 18:46:37 2011 UTC (12 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
tidy javadoc of readObject/writeObject methods

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Aug 3 14:44:33 2011 UTC (12 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +3 -1 lines
Diff to previous 1.76
use standard readObject first sentence javadoc

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 09:10:25 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +6 -6 lines
Diff to previous 1.75
fix javac warnings for clone methods

Revision 1.75 - (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.74: +0 -1 lines
Diff to previous 1.74
clean up imports

Revision 1.74 - (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.73: +1 -1 lines
Diff to previous 1.73
paren tidying

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 05:29:30 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
fix some javac 7 [unchecked] warnings

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 02:28:05 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71
fix javac 7 [rawtypes] warnings

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 20:31:31 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +27 -27 lines
Diff to previous 1.70
fix [rawtypes] javac warnings

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 20:06:22 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +22 -22 lines
Diff to previous 1.69
fix [static] javac warnings

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, 2 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, 5 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, 5 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, 6 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, 6 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, 8 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, 8 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, 9 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, 1 month 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 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 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, 5 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, 8 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, 9 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, 10 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 (18 years, 11 months 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 (18 years, 11 months 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 (18 years, 11 months 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 (18 years, 11 months 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 (18 years, 11 months 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 (18 years, 11 months 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 (18 years, 11 months 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 (18 years, 11 months 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 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 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 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 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 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 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 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 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 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 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 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 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, 2 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, 4 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, 4 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, 4 months ago) by dl
Branch: MAIN
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