Node

Stack node

Methods


Methods

getData

get the data of the node

virtuosity.structures.Stack.Node.getData();

setData

set the data of the node

virtuosity.structures.Stack.Node.setData();

getNext

get the next node

virtuosity.structures.Stack.Node.getNext();

setNext

set the next node

virtuosity.structures.Stack.Node.setNext();