Paul Clapham wrote:Well, you have about 90 lines of code in each of them...
Sorry for the amount of code contained herein. Like I expressed earlier, I had to add code to an existing project. I would
never write this of my own free will...
Paul Clapham wrote:And you never really did say what you didn't like about the first attempt
What I was concerned with was the what I
thought was the problem which happened to by the real problem as you surmised: scope
Paul Clapham wrote: (and by the way, that stat/non-static issue has nothing to do with generics, and vice versa).
I was just watching the tube and realized that the issue was that LinkedListNode is an
inner class and that's why it worked when I :
So my original mistake was try to instantiate the inner class. Once I finished kicking myself in the butt, I decided that I shouldn't wait until almost the last minute to complete an assignment again.
Paul Clapham wrote:So I'm sorry, I'm not going to do that.
No worries! I sometimes wear myself down and don't see the problem until I let go. I always hope that a better pair of eyes can spot my insanity quicker than me. I just need to manage my time better...Thanks for your help.