Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: MAUDE

    by Norm
    Replies
    6
    Views
    1,101

    [SOLVED] Re: MAUDE

    I've never heard of Maude. I've been out of school for a long time.
  2. Thread: MAUDE

    by Norm
    Replies
    6
    Views
    1,101

    [SOLVED] Re: MAUDE

    That's a contradiction. The constructor to the Node class would be Node. add would be a method.
    Normally the Node class is very simple. I don't know what an add() method in a Node class would do....
  3. Thread: MAUDE

    by Norm
    Replies
    6
    Views
    1,101

    [SOLVED] Re: MAUDE

    For hints you could read the API doc for existing Java SE classes.
    One difference could be add(aNode) goes at the end, insert(aNode, afterNode) would insert aNode after afterNode.
  4. Thread: MAUDE

    by Norm
    Replies
    6
    Views
    1,101

    [SOLVED] Re: MAUDE

    For hints you could read the API doc for existing Java SE classes.
    One difference could be add(aNode) goes at the end, insert(aNode, afterNode) would insert aNode after afterNode.
Results 1 to 4 of 4