public class ConcatenatingIterable<E>
extends java.lang.Object
implements java.lang.Iterable<E>
Constructor and Description |
---|
ConcatenatingIterable(java.lang.Iterable<? extends E> first,
java.lang.Iterable<? extends E> second)
Create an iterable that concatenates the results of two supplied iterables.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<E> |
iterator() |
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.