This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch to java.util.TreeMap
- To: java-patches at gcc dot gnu dot org
- Subject: Patch to java.util.TreeMap
- From: "Jochen Hoenicke" <Jochen dot Hoenicke at Informatik dot Uni-Oldenburg dot DE>
- Date: Mon, 5 Mar 2001 11:36:52 +0100 (MET)
Hello,
I made the following small patch to classpath's java.util.TreeMap.
This patch makes it easier to port the collection classes to jdk1.1.
I have no write access to the libgcj repository so can someone update
the class so they are kept synchronous?
Thanks,
Jochen
Here is the Changelog:
2001-03-05 Jochen Hoenicke <jochen@gnu.org>
* java/util/TreeMap.java (writeObject): Use defaultWriteObject()
instead of the new JDK1.2 API. This is simpler and makes
back-porting the classes to JDK1.1 trivial.
(readObject): likewise.
TreeMap.java.diff.gz