jdk/src/share/classes/java/util/Collections.java
Wed, 30 Jul 2014 17:42:18 +0100 chegar 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
Thu, 24 Jul 2014 09:01:00 -0700 mduigou 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
Fri, 27 Jun 2014 10:26:39 -0700 mduigou 8048207: Collections.checkedQueue.offer() calls add on wrapped queue
Wed, 25 Jun 2014 12:36:03 -0700 mduigou 8047795: Collections.checkedList checking bypassed by List.replaceAll
Fri, 11 Apr 2014 14:07:25 -0700 mduigou 8035284: Remove redundant null initialization
Thu, 16 Jan 2014 10:27:57 +0100 psandoz 8030848: Collections.sort(List l, Comparator) should defer to List.sort(Comparator )
Fri, 20 Dec 2013 13:38:13 +0100 psandoz 8030851: Update code in java.util to use newer language features
Fri, 13 Sep 2013 11:18:44 -0700 mduigou 8021591: Additional explicit null checks
Mon, 26 Aug 2013 22:32:50 -0700 henryjen 8023275: Wrapping collections should override default methods
Tue, 20 Aug 2013 17:36:15 +0200 psandoz 8023367: Collections.emptyList().sort((Comparator)null) throws NPE
Tue, 06 Aug 2013 12:56:18 -0700 lagergren 8022412: Fixed warnings in java.util root, except for HashMap
Mon, 15 Jul 2013 14:37:01 -0700 bpb 8020409: Clean up doclint problems in java.util package, part 1
Wed, 03 Jul 2013 21:43:49 +0200 psandoz 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
Fri, 12 Jul 2013 11:11:30 -0700 mduigou 7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
Wed, 10 Jul 2013 09:52:02 +0200 psandoz 8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
Tue, 11 Jun 2013 13:41:38 -0700 henryjen 8009736: Comparator API cleanup
Mon, 10 Jun 2013 12:58:32 +0100 alanb 8016217: More javadoc warnings
Wed, 17 Apr 2013 11:34:31 +0200 psandoz 8011426: java.util collection Spliterator implementations
Mon, 22 Apr 2013 09:19:34 -0700 akhil 8001647: default methods for Collections - forEach, removeIf, replaceAll, sort
Tue, 16 Apr 2013 11:17:19 -0700 mduigou 8004518: Add in-place operations to Map
Fri, 08 Mar 2013 15:45:06 -0800 mduigou 8001667: Comparator combinators and extension methods
Fri, 31 Aug 2012 13:42:47 -0700 dxu 7193406: Clean-up JDK Build Warnings in java.util, java.io
Tue, 17 Apr 2012 12:21:56 -0700 khazra 7157893: Warnings Cleanup in java.util.*
Fri, 24 Feb 2012 09:17:46 +0000 coffeys 7144488: Infinite recursion for some equals tests in Collections
Thu, 03 Nov 2011 13:26:57 -0700 mduigou 4533691: Add Collections.emptySortedSet()
Wed, 19 Oct 2011 14:17:47 -0700 mduigou 5029031: Add Collections.checkedQueue()
Wed, 20 Apr 2011 17:20:00 -0700 mduigou 6546713: link the word (optional) in exception specifications to the text which provides explanation and context.
Wed, 13 Apr 2011 16:56:16 -0700 ohair Merge
Fri, 25 Mar 2011 11:24:06 -0700 mduigou 7030442: Add missing @param tag for Collections.reverseOrder()
Wed, 06 Apr 2011 22:06:11 -0700 ohair 7033660: Update copyright year to 2011 on any files changed in 2011
less more (0) -30 tip