[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commit-cp] classpath ./ChangeLog java/util/Collections.java [generics-b
From: |
Andrew John Hughes |
Subject: |
[commit-cp] classpath ./ChangeLog java/util/Collections.java [generics-branch] |
Date: |
Mon, 19 Sep 2005 19:29:59 -0400 |
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch: generics-branch
Changes by: Andrew John Hughes <address@hidden> 05/09/19 23:29:59
Modified files:
. : ChangeLog
java/util : Collections.java
Log message:
2005-09-19 Andrew John Hughes <address@hidden>
* java/util/Collections.java:
Fixes Bug #PR22921.
(emptySet()): Implemented.
(emptyList()): Implemented.
(emptyMap()): Implemented.
(rotate(List<?>,int)): Fixed signature.
(shuffle(List<?>)): Fixed signature.
(shuffle(List<?>,Random)): Fixed signature.
(frequency(Collection<?>,Object)): Documented.
(addAll(Collection<? super T>, T... a)): Implemented.
(disjoint(Collection<?>,Collection<?>)): Implemented.
(swap(List<?>,int,int)): Fixed signature.
(checkedCollection(Collection<E>,Class<E>)): Implemented.
(Collections.CheckedCollection): New inner class.
(Collections.CheckedIterator): New inner class.
(checkedList(List<E>, Class<E>)): Implemented.
(Collections.CheckedList): New inner class.
(Collections.CheckedRandomAccessList): New inner class.
(Collections.CheckedListIterator): New inner class.
(checkedMap(Map<K,V>,Class<K>,Class<V>)): Implemented.
(Collections.CheckedMap): New inner class.
(checkedSet(Set<E>,Class<E>)): Implemented.
(Collections.CheckedSet): New inner class.
(checkedSortedMap(SortedMap<K,V>,Class<K>,Class<V>)): Implemented.
(Collections.CheckedSortedMap): New inner class.
(checkedSortedSet(SortedSet<E>,Class<E>)): Implemented.
(Collections.CheckedSortedSet): New inner class.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.130&tr2=1.2386.2.131&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/Collections.java.diff?only_with_tag=generics-branch&tr1=1.28.2.14&tr2=1.28.2.15&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [commit-cp] classpath ./ChangeLog java/util/Collections.java [generics-branch],
Andrew John Hughes <=