Element
Stack
public final class StackIterable<Element> extends java.lang.Object implements java.lang.Iterable<Element>
Iterable
StackIterable(Stack<Element> stack)
java.util.Iterator<Element>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public StackIterable(Stack<Element> stack)
public java.util.Iterator<Element> iterator()
iterator
java.lang.Iterable<Element>