Package net.sf.saxon.tree.jiter
Class ConcatenatingIterable<E>
java.lang.Object
net.sf.saxon.tree.jiter.ConcatenatingIterable<E>
- All Implemented Interfaces:
Iterable<E>
An iterable over arbitrary objects, that concatenates the objects returned by two supplied iterables.
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator