Search:

Type: Posts; User: vluong

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    7,068

    Re: Writing clone() method for LinkedList

    Thanks a bunch, literallyjer! It works now!
  2. Replies
    6
    Views
    7,068

    Re: Writing clone() method for LinkedList

    literallyjer, the "A" are just used for testing and I forgot to change it before posting (it's been changed). I get this error:

    Exception in thread "main" java.lang.ClassCastException:...
  3. Replies
    6
    Views
    7,068

    Writing clone() method for LinkedList

    Hello, JPF. I am trying to implement my own LinkedList and the clone method I have written doesn't seem to work. Can anyone tell me what I did wrong? Thanks!

    Okay, this is what I have in my...
Results 1 to 3 of 3