Class DoublyLinkedListExample


  • public class DoublyLinkedListExample
    extends java.lang.Object
    DoublyLinkedListExample - This example is intended to illustrate the capabilities of the Presentation Structure Identifier rendering of a doubly linked list structure in the viewer canvas. Click the "Run in Canvas" button on the toolbar. Then on the canvas window, click the "Play" button. Regulate the speed with the "Delay" slider. To end the program, click the "Stop" button on the canvas or click the "End" button on the Run I/O tab. To create your own canvas, click the "Pause" button on the canvas. Then on the Debug tab click the "Open Canvas" button. Click the "Step" and Step-in" buttons as needed until you see objects and primitives of interest in the Variables tab and then drag them onto the canvas. Arrange the viewers and click the "Play" button.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoublyLinkedListExample

        public DoublyLinkedListExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)