This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: java.util.Vector


"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 ]




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]