array to linklist
From: jova (Email_at_nospam.net)
Date: 02/08/04
- Next message: gilgantic: "Security Model or Architecture?"
- Previous message: seatizen: "Textures"
- Next in thread: Andrew Thompson: "Re: array to linklist"
- Reply: Andrew Thompson: "Re: array to linklist"
- Reply: Thomas Schodt: "Re: array to linklist"
- Reply: Tony Morris: "Re: array to linklist"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 08 Feb 2004 22:00:23 GMT
I'm stuck
I have to convert an array to a linklist
the array is initialized as
public Organization{
Crew[] members = new Member [10]
etc....
}
I'm trying to get it setup where Crew holds it's members in a linkedlist
this is what I have so far.
public Organization{
private Link beforeAll = new Link(null,null);
etc...
}
I just can't figure out how to convert it.
- Next message: gilgantic: "Security Model or Architecture?"
- Previous message: seatizen: "Textures"
- Next in thread: Andrew Thompson: "Re: array to linklist"
- Reply: Andrew Thompson: "Re: array to linklist"
- Reply: Thomas Schodt: "Re: array to linklist"
- Reply: Tony Morris: "Re: array to linklist"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|