| Author |
how to create a linked list data structure from given code
|
Hati Mutasa
Greenhorn
Joined: Dec 02, 2011
Posts: 1
|
|
I am fairly new to Java and am stuck on trying to understand how to create a dynamic list to accept an Author name, Paper title, Author email address, and rate a paper using the following classes below
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package DataStructuresAssignment;
/**
* Defines the action codes for DocumentList
* @author Jane
*/
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
|
 |
 |
|
|
subject: how to create a linked list data structure from given code
|
|
|