Package net.sf.saxon.tree.jiter
Class ConcatenatingIterable<E>
- java.lang.Object
-
- net.sf.saxon.tree.jiter.ConcatenatingIterable<E>
-
-
Constructor Summary
Constructors Constructor Description ConcatenatingIterable(Iterable<? extends E> first, Iterable<? extends E> second)
Create an iterable that concatenates the results of two supplied iterables.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<E>
iterator()
-
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
-
-