Search:

Type: Posts; User: amr

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,918

    Re: what's wrong with my linked list

    thank you.........

    Kind Regards;
    Schuss
  2. Replies
    10
    Views
    1,918

    Re: what's wrong with my linked list

    hi,
    this.index is initialized to getIndex();
  3. Replies
    10
    Views
    1,918

    Re: what's wrong with my linked list

    the node Header is a reference node, to which , i can link the most recent or the last added node to.
    in other words, if i have 5 nodes, in double linkedList, the last node should be connected to...
  4. Replies
    10
    Views
    1,918

    Re: what's wrong with my linked list

    hi
    Header should be initialized to what? and why?
  5. Replies
    10
    Views
    1,918

    Re: what's wrong with my linked list

    hi,
    Header should be initialized to what?? and why?
  6. Replies
    10
    Views
    1,918

    what's wrong with my linked list

    i receive the following errors when excuting this code

    Exception in thread "main" java.lang.NullPointerException
    at Node.createNode(Node.java:28)
    at LinkedList.main(LinkedList.java:6)
    ...
Results 1 to 6 of 6