Package org.eclipse.m2m.atl.emftvm.util
Class OCLOperations.ResolveList.ResolveIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<Object>.CachingIterator
org.eclipse.m2m.atl.emftvm.util.OCLOperations.ResolveList.ResolveIterator
- Direct Known Subclasses:
OCLOperations.UniqueResolveList.UniqueResolveIterator
- Enclosing class:
- OCLOperations.ResolveList
public class OCLOperations.ResolveList.ResolveIterator
extends LazyCollection<Object>.CachingIterator
Iterator
that resolves default trace links.-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.CachingIterator
i, inner
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.CachingIterator
hasNext, updateCache
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
-
Constructor Details
-
ResolveIterator
public ResolveIterator()Creates a newOCLOperations.ResolveList.ResolveIterator
.
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<Object>
- Overrides:
next
in classLazyCollection<Object>.CachingIterator
-