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