CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    Need a Linked List source code



    I am looking for source code for a simple Linked List class in Java,

    which could be used to insert, append, remove, count, display objects. If you

    have some source code for this purpose, or you know of a site where I can get

    it, kindly respond.



  2. #2
    Join Date
    Feb 1999
    Posts
    1

    Re: Need a Linked List source code



    Use the java 1.2 collection classes. There is a LinkedList implementation of a list, there is also an ArrayList. They have all the standard LinkedList calls available.


    The classes are available with JDK 1.2 or by downloading the classes seperately from java.sun.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured