Building a linked list
- From: bribriLA@xxxxxxxxx
- Date: Wed, 19 Sep 2007 23:13:42 -0000
Hi everybody, I'm stuck and was hoping someone here could help. I am
implementing a linked list, with a class node, which has a String
object text and a node next as its definition. I'm all set on adding,
deleting, inserting, etc. But for the life of me, I cannot figure out
how to insert the original data to build the list initially. Any help
would be great, and if you need more info just let me know.
Thanks in advance :)
.
- Follow-Ups:
- Re: Building a linked list
- From: Mark Space
- Re: Building a linked list
- From: Robert
- Re: Building a linked list
- From: Roedy Green
- Re: Building a linked list
- From: Joshua Cranmer
- Re: Building a linked list
- Prev by Date: Re: Storing object references in an array
- Next by Date: Re: Extract parts from a Multipart/Related email using Java Mail API
- Previous by thread: instantiate instance variable of another class
- Next by thread: Re: Building a linked list
- Index(es):
Relevant Pages
|