- 06 8月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: chegar
-
- 09 8月, 2013 1 次提交
-
-
由 psandoz 提交于
Reviewed-by: martin, chegar
-
- 30 7月, 2013 1 次提交
-
-
由 psandoz 提交于
8020009: TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable Reviewed-by: mduigou
-
- 19 6月, 2013 1 次提交
-
-
由 mduigou 提交于
8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap Reviewed-by: forax, mduigou, psandoz Contributed-by: NMike Duigou <mike.duigou@oracle.com>, Remi Forax <forax@univ-mlv.fr>
-
- 12 6月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: psandoz, briangoetz, mduigou, plevart
-
- 17 4月, 2013 1 次提交
-
-
由 psandoz 提交于
Summary: Spliterator implementations for collection classes in java.util. Reviewed-by: mduigou, briangoetz Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
-
- 30 11月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: The method entrySet() in AscendingSubMap and DescendingSubMap failed to cache the entrySetView. Reviewed-by: alanb, psandoz
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 18 4月, 2012 1 次提交
-
-
由 khazra 提交于
Summary: Minor code changes to cleanup warnings in java.util.* Reviewed-by: mduigou, naoto, smarks Contributed-by: NRemi Forax <forax@univ-mlv.fr>
-
- 31 8月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: to use new InternalError constructor with cause chainning Reviewed-by: alanb, ksrini, xuelei, neugens Contributed-by: sebastian.sickelmann@gmx.de
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 18 3月, 2011 1 次提交
-
-
由 mduigou 提交于
5045147: Prevent insertion of null Key into empty TreeMap (and null element into TreeSet) when no Comparator is used. Prevent insertion of key of incorrect type into empty TreeMap and incorrect type element into TreeSet and incorrect type when Comparator is used. Reviewed-by: alanb, dl, mduigou
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 21 12月, 2010 1 次提交
-
-
由 smarks 提交于
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
-
- 02 12月, 2010 1 次提交
-
-
由 dl 提交于
Reviewed-by: chegar, dholmes
-
- 12 11月, 2010 1 次提交
-
-
由 mduigou 提交于
Reviewed-by: alanb, briangoetz
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 25 3月, 2009 1 次提交
-
-
由 dl 提交于
6800572: Removing elements from views of NavigableMap implementations does not always work correctly. Summary: Replace use of new TreeSet with new KeySet Reviewed-by: martin
-
- 11 5月, 2008 1 次提交
-
-
由 martin 提交于
6691185: (coll) TreeMap.navigableKeySet's descendingIterator method starts at first instead of last entry Reviewed-by: dl, chegar
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-