Package org.eclipse.m2m.atl.emftvm.impl
Class ModelImpl.InstanceOfList.InstanceOfIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<org.eclipse.emf.ecore.EObject>.CachingIterator
org.eclipse.m2m.atl.emftvm.impl.ModelImpl.InstanceOfList.InstanceOfIterator
- All Implemented Interfaces:
Iterator<org.eclipse.emf.ecore.EObject>
- Enclosing class:
- ModelImpl.InstanceOfList
public class ModelImpl.InstanceOfList.InstanceOfIterator
extends LazyCollection<org.eclipse.emf.ecore.EObject>.CachingIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.emf.ecore.EObject
protected boolean
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
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
-
Field Details
-
next
protected org.eclipse.emf.ecore.EObject next -
nextSet
protected boolean nextSet
-
-
Constructor Details
-
InstanceOfIterator
public InstanceOfIterator()Creates a newModelImpl.InstanceOfList.InstanceOfIterator
.
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<org.eclipse.emf.ecore.EObject>
- Overrides:
hasNext
in classLazyCollection<org.eclipse.emf.ecore.EObject>.CachingIterator
-
next
public org.eclipse.emf.ecore.EObject next()- Specified by:
next
in interfaceIterator<org.eclipse.emf.ecore.EObject>
- Overrides:
next
in classLazyCollection<org.eclipse.emf.ecore.EObject>.CachingIterator
-