Package org.eclipse.m2m.atl.emftvm.util
Class LazyCollection.FlattenIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<Object>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.FlattenIterator
- Enclosing class:
- LazyCollection<E>
Recursively flattens any nested
Iterable
s by iterating over their elements
as well.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlattenIterator
(Iterable<?> inner) Creates a newLazyCollection.FlattenIterator
aroundinner
. -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator
remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
inner
-
current
-
next
-
nextSet
protected boolean nextSet
-
-
Constructor Details
-
FlattenIterator
Creates a newLazyCollection.FlattenIterator
aroundinner
.- Parameters:
inner
- the underlying collection
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-