CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes <[EMAIL PROTECTED]> 05/09/19 23:29:59
Modified files: . : ChangeLog java/util : Collections.java Log message: 2005-09-19 Andrew John Hughes <[EMAIL PROTECTED]> * 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