public class endNode { int treeNodePtr; int prevNode; int nextNode; public endNode() {} }