CVSROOT: /cvsroot/classpath
Module name: classpath
Branch: generics-branch
Changes by: Tom Tromey <[EMAIL PROTECTED]> 05/10/06 03:03:21
Modified files:
java/util/jar : Attributes.java Manifest.java JarFile.java
. : ChangeLog
Log message:
* java/util/jar/Attributes.java: Implements Map<Object,Object>.
(map): Changed type.
(entrySet): Changed return type.
(keySet): Likewise.
(putAll): Changed argument type.
(values): Changed return type.
* java/util/jar/Manifest.java (getEntries): Genericized.
(Manifest): Updated.
(entries): Changed type.
(read_individual_sections): Updated.
(read_section_name): Likewise.
(write_main_attributes): Likewise.
(write_attribute_entry): Likewise.
(write_individual_sections): Likewise.
(write_entry_attributes): Likewise.
* java/util/jar/JarFile.java (entries): Genericized.
(JarEnumeration): Implements Enumeration<JarEntry>.
(JarEnumeration.nextElement): Changed return type.
(JarEnumeration.entries): Changed type.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/jar/Attributes.java.diff?only_with_tag=generics-branch&tr1=1.9.2.3&tr2=1.9.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/jar/Manifest.java.diff?only_with_tag=generics-branch&tr1=1.8.2.2&tr2=1.8.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/jar/JarFile.java.diff?only_with_tag=generics-branch&tr1=1.10.2.5&tr2=1.10.2.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.155&tr2=1.2386.2.156&r1=text&r2=text