Package org.eclipse.m2m.atl.emftvm.util
Class LazyCollection.FlattenSetIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<Object>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.FlattenSetIterator
- Enclosing class:
- LazyCollection<E>
public static class LazyCollection.FlattenSetIterator
extends LazyCollection.ReadOnlyIterator<Object>
Recursively flattens any nested
Iterable
s by iterating over their elements
as well. Removes any duplicates from the returned elements.-
Field Summary
-
Constructor Summary
ConstructorDescriptionFlattenSetIterator
(Iterable<?> inner) Creates a newLazyCollection.FlattenSetIterator
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
-
returnedValues
-
current
-
next
-
nextSet
protected boolean nextSet
-
-
Constructor Details
-
FlattenSetIterator
Creates a newLazyCollection.FlattenSetIterator
aroundinner
.- Parameters:
inner
- the underlying collection
-
-
Method Details
-
hasNext
public boolean hasNext()- See Also:
-
next
- See Also:
-