Class ConcatenatingIterable<E>
java.lang.Object
net.sf.saxon.tree.jiter.ConcatenatingIterable<E>
- All Implemented Interfaces:
Iterable<E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConcatenatingIterable(Iterable<? extends E> first, Iterable<? extends E> second) Create an iterable that concatenates the results of two supplied iterables. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
first
-
second
-
-
Constructor Details
-
ConcatenatingIterable
-
-
Method Details
-
iterator
-