This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: java.util.Vector
- To: "Gregory R. Warnes" <warnes at biostat dot washington dot edu>
- Subject: Re: java.util.Vector
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Fri, 19 May 2000 11:29:52 +1200
- CC: "\\"gcj\\" Patch List" <java-patches at sourceware dot cygnus dot com>
- References: <Pine.LNX.4.21.0005182129000.20575-100000@hydra.warnes.net>
"Gregory R. Warnes" wrote:
> Not complete, but good enough for my app. Implements add(), get(),
> set(), and remove().
I've been in the process of integrating full JDK 1.3-level collections
support into libgcj for a while, using code from the classpath project. Its
been complicated a bit because I want to clean up some inconsistant uses of
anonymous vs. inner classes to implement iterators and things, but hopefully
I'll finish this work within the next week or two.
regards
[ bryce ]