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
Can not pass "this" as a parameter to call the constructor.