Class LazyConcatIterable<T>
java.lang.Object
de.renebergelt.quiterables.iterators.LazyConcatIterable<T>
- Type Parameters:
T- Type of the elements in this Iterable
- All Implemented Interfaces:
Iterable<T>
Iterable which concatenates two other iterables
- Author:
- René Bergelt
-
Constructor Summary
ConstructorsConstructorDescriptionLazyConcatIterable(Iterable<T> _it1, Iterable<T> _it2)Create an iterable which concats the two given iterables -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator