public final class LinkedQueue.LinkedQueueIterator extends Object implements Iterator<E>
LinkedQueueIterator()
boolean
hasNext()
E
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public LinkedQueueIterator()
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
Copyright © 2022. All rights reserved.