Class TopDownStackIterable<T>
java.lang.Object
net.sf.saxon.tree.jiter.TopDownStackIterable<T>
- Type Parameters:
T- the type of the items on the stack
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
ConstructorsConstructorDescriptionTopDownStackIterable(Stack<T> stack) Construct a top-down iterable view of a stack -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
TopDownStackIterable
-
-
Method Details
-
iterator
-