I\'m attempting to implement a circular queue class in Java. And in doing so I had to created a node class to group together elements and pointers to the next node. Being ci
You dont need to pass it in all cases. since you can refer to it in the other construtor