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