|
Advertisement
|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Linked List functionality on User-Defined Class
Posted by Dario Romero on July 03, 2000 at 4:14 PM
How can use the functionality of linkedlist class inside a class defined for especific purposes. For instance, I have a class called rule, which has the following definition: public class Rule { String token, oper, value; public method1() {}; ... public methodn() {}; } I want to have that class with the above definition with all of the functionality included in linkedlist class. How can I do that? Thanks for your comments.
Replies:
|