Class StackIterable<Element>

java.lang.Object
org.dmfs.jems2.iterable.StackIterable<Element>
All Implemented Interfaces:
Iterable<Element>

public final class StackIterable<Element> extends Object implements Iterable<Element>
An Iterable which iterates the elements of a Stack.