Re: Assignment Linked List Help
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 18:42:54 GMT
"roubir" <rmissak@xxxxxxxxx> wrote in message news:1149057063.453253.296110@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Can some please implement a class called MyList to finish this off?[code snipped]
public class MyList<E extends Comparable<E>> extends List<E> {
}
----------------------------------------------------------------------------------------------------
It must be implemented with this List.java:
I need help for this assignment ......
There's a difference between helping you and doing the work for you. Many of us on this newsgroup are willing to do the former, but few are willing to do the latter. What you could do is try to implement the methods yourself, and if you don't get the results you expected, post the code you have, what output you got, and what output you expected, and we'll try to help you find the source of the bug.
- Oliver
.
- References:
- Assignment Linked List Help
- From: roubir
- Assignment Linked List Help
- Prev by Date: Send both parameters and objects to servlet
- Next by Date: Re: Is there a dedicated unicode separator character?
- Previous by thread: Re: Assignment Linked List Help
- Next by thread: Re: Assignment Linked List Help
- Index(es):
Relevant Pages
|