For example:
public class Node { Node next; Node previous; public create() { Node node1=new Node(); Node node2=new Node(); Node n