|
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:
i really need it.im a comp. eng. student
Posted by yavuz beyribey on January 09, 2002 at 4:56 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:
|