Search:

Type: Posts; User: javapenguin

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: A Final method for DoublyLinkedList and a new class that calls DoublyLinkedList.

    package Assignment4;

    import javax.swing.JOptionPane;

    // this class basically just sorts the DoublyLinkedList it has internally.

    /**
    * @author pradcoc
    *
    */
  2. [SOLVED] A Final method for DoublyLinkedList and a new class that calls DoublyLinkedList.

    3. Write a new method public String printAlternate(). This method returns a string that has
    the data in the following fashion (assume for this example that the list stores String objects)
    If the...
Results 1 to 2 of 2