[cvs] / jsr166 / src / main / java / util / Collections.java Repository:
ViewVC logotype

Log of /jsr166/src/main/java/util/Collections.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 01:43:43 2009 UTC (2 months, 3 weeks ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +72 -31 lines
Diff to previous 1.34
Import TimSort from Josh Bloch

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:55 2008 UTC (18 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +727 -727 lines
Diff to previous 1.32
Sync with OpenJDK; untabify

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Sep 11 15:18:34 2007 UTC (2 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +529 -328 lines
Diff to previous 1.31
6409434: (coll) checked collections should consistently permit nulls
6585904: (coll) checkedMap should work better with IdentityHashMaps
5017904: (coll) Collections.emptyIterator, Collections.emptyEnumeration
6573169: (coll) Missing @serial include in Collections.java
6433170: (coll) CheckedCollection.addAll(Collection) breaks all-or-nothing semantic

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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 03:46:05 2007 UTC (2 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +20 -6 lines
Diff to previous 1.29
6483125: (coll) Collections.reverseOrder(Comparator) should override equals, hashCode

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun May 28 23:36:29 2006 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Location of Collections Guide has changed

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 20:49:03 2006 UTC (3 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
unexpand SCCS keywords

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 20:34:37 2006 UTC (3 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Simplify Navigable method names

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 17:04:35 2006 UTC (3 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +22 -25 lines
Diff to previous 1.24
5045582: (coll) binarySearch() fails for size larger than 1<<30

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 07:24:42 2006 UTC (3 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +6 -0 lines
Diff to previous 1.23
6396914: (coll) Clarify all asLifoQueue(deq) operations except addAll map 1-1

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Mar 19 01:02:59 2006 UTC (3 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +45 -44 lines
Diff to previous 1.22
sync with mustang

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Mar 3 17:09:56 2006 UTC (3 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21
sync with mustang

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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 00:57:12 2006 UTC (3 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +10 -3 lines
Diff to previous 1.19
sync with mustang

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 23:52:22 2005 UTC (3 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
sync with mustang

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 19:49:05 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
whitespace

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 07:11:39 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +0 -1 lines
Diff to previous 1.15
oops

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 04:37:12 2005 UTC (4 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
appease the serialization gods; complete asSet rename

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 04:55:09 2005 UTC (4 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +51 -9 lines
Diff to previous 1.13
sync nCopies optimizations from mustang; rename asSet -> newSetFromMap

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Aug 11 08:52:39 2005 UTC (4 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
doc fixes

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 18:03:08 2005 UTC (4 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
cosmetic changes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 16:04:31 2005 UTC (4 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +3 -6 lines
Diff to previous 1.9
sync with Mustang

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri May 27 03:44:18 2005 UTC (4 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
sync with Mustang

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed May 25 14:05:06 2005 UTC (4 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Avoid generics warnings

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed May 18 03:45:35 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
whitespace

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon May 16 06:17:40 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +11 -12 lines
Diff to previous 1.5
doc fixes

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 00:58:57 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +37 -70 lines
Diff to previous 1.3
elide casts; SortedHashSet?; delete Collections.ImmutableEntry

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 11:20:27 2005 UTC (4 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Documentation improvements

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 12:14:07 2004 UTC (4 years, 10 months ago) by dl
Branch: MAIN
Prepare jsr166x classes for Mustang integration

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

Sort log by:

Doug Lea
ViewVC Help
Powered by ViewVC 1.0.8