[6046] in java-interest
Re: Linked List in Java
daemon@ATHENA.MIT.EDU (Jon Pardue)
Mon Mar 18 13:40:39 1996
Date: Mon, 18 Mar 1996 07:17:41 EST
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: Jon Pardue <jhpardue@PCMAIL.RMC.COM>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
On Sun, 17 Mar 1996, Martin Zach wrote:
> Hi from Germany!
Hallo aus den Vereinigten Staaten! :)
> How can I create a linked list in Java?
I attended East Coast Java Day in Washington, D.C. on Friday
and this same question came up. Take a look at the class:
java.util.Vector
It's a dynamically growable array class which can be used to
implement linked-list functionality. Check with the API
documentation that comes with Sun's JDK.
Of course, I haven't played with it yet, myself. ;-)
Herzlichen Glueckwunsch!
- Jon
________________________________________________________________
Jon Pardue jhpardue@pcmail.rmc.com
Information Consultant, Reynolds Metals Industrial Systems Group
Webmaster, Reynolds Metals Company
http://www.rmc.com/
________________________________________________________________