[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22921] New: [generics-branch] Missing methods in java.uti
From: |
tromey at gcc dot gnu dot org |
Subject: |
[Bug classpath/22921] New: [generics-branch] Missing methods in java.util.Collections |
Date: |
12 Aug 2005 18:20:23 -0000 |
The missing methods are:
emptySet, emptyList, emptyMap
checkedSet, checkedList, ....
Ewout
------- Additional Comments From from-classpath at savannah dot gnu dot org
2005-04-17 14:11 -------
The full list is (taken from JAPI):
# method java.util.Collections.addAll(java.util.Collection,
java.lang.Object[]): missing in classpath-generics
# method java.util.Collections.checkedCollection(java.util.Collection,
java.lang.Class): missing in classpath-generics
# method java.util.Collections.checkedList(java.util.List, java.lang.Class):
missing in classpath-generics
# method java.util.Collections.checkedMap(java.util.Map, java.lang.Class,
java.lang.Class): missing in classpath-generics
# method java.util.Collections.checkedSet(java.util.Set, java.lang.Class):
missing in classpath-generics
# method java.util.Collections.checkedSortedMap(java.util.SortedMap,
java.lang.Class, java.lang.Class): missing in classpath-generics
# method java.util.Collections.checkedSortedSet(java.util.SortedSet,
java.lang.Class): missing in classpath-generics
# method java.util.Collections.disjoint(java.util.Collection,
java.util.Collection): missing in classpath-generics
# method java.util.Collections.emptyList(): missing in classpath-generics
# method java.util.Collections.emptyMap(): missing in classpath-generics
# method java.util.Collections.emptySet(): missing in classpath-generics
# method java.util.Collections.frequency(java.util.Collection,
java.lang.Object): missing in classpath-generics
# method java.util.Collections.reverseOrder(java.util.Comparator): missing in
classpath-generics
As I don't believe these are specific to the new language features, this is
something for HEAD too. There are also some very useful additions to Arrays (a
long-awaited toString() method for example).
------- Additional Comments From tromey at gcc dot gnu dot org 2005-08-12
18:20 -------
Note that the Arrays methods have all been implemented.
--
Summary: [generics-branch] Missing methods in
java.util.Collections
Product: classpath
Version: unspecified
Status: NEW
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: from-classpath at savannah dot gnu dot org
CC: bug-classpath at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22921
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/22921] New: [generics-branch] Missing methods in java.util.Collections,
tromey at gcc dot gnu dot org <=