ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/TreeMap.java
Revision 1.54
Sat May 7 12:22:03 2011 UTC (13 years ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.53: +0 -0 lines
FILE REMOVED
Stop shadowing OpenJDK classes not originated by jsr166

Revision 1.53 - (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.52: +6 -6 lines
Diff to previous 1.52
whitespace

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 16:44:39 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +4 -3 lines
Diff to previous 1.51
whitespace

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:15:15 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
use blessed declaration modifier order

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 21:32:19 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +4 -4 lines
Diff to previous 1.49
Update legal notices to Oracle wording

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 07:48:47 2010 UTC (13 years, 8 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]
Tue Jul 21 23:52:59 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry

Revision 1.47 - (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.46: +5 -5 lines
Diff to previous 1.46
6800572: Removing elements from views of NavigableMap implementations does not always work correctly.

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:59:57 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +0 -1 lines
Diff to previous 1.45
Sync with OpenJDK; remove all @version tags

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (15 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +44 -44 lines
Diff to previous 1.44
Sync with OpenJDK; untabify

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon May 21 20:23:38 2007 UTC (16 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +8 -4 lines
Diff to previous 1.43
6529795: (coll) Iterator.remove() fails if next() threw NoSuchElementException

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun May 20 07:54:01 2007 UTC (16 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +21 -3 lines
Diff to previous 1.42
License update

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 03:54:29 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +8 -2 lines
Diff to previous 1.41
6467933: (coll) TreeMap head/tailMap() methods handle null keys incorrectly

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 07:38:27 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
copyright year update

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 14:00:38 2006 UTC (17 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
Avoid overflow on midpoint calculation

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed May 10 19:45:01 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
Fix SubMap.headMap

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed May 10 02:31:44 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
6415641: (coll) Getting NavigableMap/NavigableSet right

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue May 9 18:17:08 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.36: +27 -2 lines
Diff to previous 1.36
Fix descending iterator remove

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue May 9 16:35:40 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +20 -10 lines
Diff to previous 1.35
6415641: (coll) Getting NavigableMap/NavigableSet right

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue May 2 19:42:46 2006 UTC (18 years ago) by jsr166
Branch: MAIN
Changes since 1.34: +6 -2 lines
Diff to previous 1.34
Defer fix for 5045147

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 20:59:49 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.33: +87 -126 lines
Diff to previous 1.33
Small coding improvements

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Apr 22 23:02:25 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.32: +120 -129 lines
Diff to previous 1.32
Minor refactorings

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Apr 22 16:38:01 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.31: +272 -317 lines
Diff to previous 1.31
Internal submap refactorings

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 13:42:57 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.30: +126 -114 lines
Diff to previous 1.30
Catch illegal submaps; performance tweaks

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 21:49:36 2006 UTC (18 years ago) by jsr166
Branch: MAIN
Changes since 1.29: +38 -38 lines
Diff to previous 1.29
whitespace

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 20:34:37 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.28: +460 -419 lines
Diff to previous 1.28
Simplify Navigable method names

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:07:14 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.27: +675 -384 lines
Diff to previous 1.27
Updated Navigable interfaces ind implementations

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Mar 19 18:03:54 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.26: +6 -8 lines
Diff to previous 1.26
sync with Mustang

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (18 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +0 -1 lines
Diff to previous 1.25
6378729: Remove workaround for 6280605

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 02:56:59 2005 UTC (18 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
copyright update for 2006

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 20:01:23 2005 UTC (18 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +15 -10 lines
Diff to previous 1.23
get

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 01:14:34 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +19 -19 lines
Diff to previous 1.22
doc fixes

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 20:44:49 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +29 -0 lines
Diff to previous 1.21
@since 1.6

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 00:26:57 2005 UTC (18 years, 10 months 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]
Tue Jun 21 07:45:08 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
doc fixes

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Jun 16 02:11:13 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
whitespace

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu May 26 12:07:07 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
Avoid some generics cast warnings

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed May 25 14:05:06 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.15: +17 -17 lines
Diff to previous 1.15
Avoid generics warnings

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed May 18 01:39:35 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
keySet docs

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon May 16 08:13:36 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +260 -513 lines
Diff to previous 1.13
doc fixes

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed May 11 11:16:08 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.12: +5 -0 lines
Diff to previous 1.12
Trap null in empty maps

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 2 16:35:52 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
redundant parens

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 18 05:18:29 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Copyright year updates

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 19:24:54 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.8: +0 -3 lines
Diff to previous 1.8
Remove redundant view fields.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Apr 2 11:29:42 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.7: +43 -43 lines
Diff to previous 1.7
Formatting

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 15:23:10 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.6: +8 -6 lines
Diff to previous 1.6
SubMap fixes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 11:20:27 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.5: +5 -7 lines
Diff to previous 1.5
Documentation improvements

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 16:48:32 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Documentation improvements

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Mar 22 01:30:10 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.3: +108 -27 lines
Diff to previous 1.3
NavigableMap.subMap -> NavigableMap.navigableSubMap, and associated changes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 12:06:17 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.2: +17 -17 lines
Diff to previous 1.2
Copyedit pass

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 13:00:33 2004 UTC (19 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.1: +14 -64 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:07 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