Search:

Type: Posts; User: andreas90

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    3,191

    Re: LinkedList RemoveAll Method

    It seems that it should. But this statement is in the else block and your code never enters that part. It stucks on the if block. You need to have in each of the three blocks a statement that will...
  2. Replies
    12
    Views
    3,191

    Re: LinkedList RemoveAll Method

    Hello danthegreat!
    The problem is in the removeAll(Object data) method. The while loop is infinite because the condition never evaluates to false - current is never equal to null in the test you...
Results 1 to 2 of 2