the Dequeue method's job when it's called

55 views Asked by At

If I call the method dequeue() by saying myQueue.dequeue(); what will happen? With mentioning that this is how I initialized myQueue.

QueueInterface<String> myQueue = new LinkedQueue<String>();
0

There are 0 answers