Node
DoublyLinkedList node
Methods
Methods
getData
get the data of the node
virtuosity.structures.DoublyLinkedList.Node.getData();
setData
set the data of the node
virtuosity.structures.DoublyLinkedList.Node.setData();
getNext
get the next node
virtuosity.structures.DoublyLinkedList.Node.getNext();
setNext
set the next node
virtuosity.structures.DoublyLinkedList.Node.setNext();
getPrevious
get the previous node
virtuosity.structures.DoublyLinkedList.Node.getPrevious();
setPrevious
set the previous node
virtuosity.structures.DoublyLinkedList.Node.setPrevious();