Class CDOModelImpl.InResourceList.InResourceIterator
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<org.eclipse.emf.ecore.EObject>.WrappedIterator
org.eclipse.m2m.atl.emftvm.cdo.impl.CDOModelImpl.InResourceList.InResourceIterator
- All Implemented Interfaces:
Iterator<org.eclipse.emf.ecore.EObject>
- Enclosing class:
- CDOModelImpl.InResourceList
public class CDOModelImpl.InResourceList.InResourceIterator
extends LazyCollection<org.eclipse.emf.ecore.EObject>.WrappedIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.emf.ecore.EObject
protected boolean
Fields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.WrappedIterator
inner
-
Constructor Summary
Constructors -
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
-
next
protected org.eclipse.emf.ecore.EObject next -
nextSet
protected boolean nextSet
-
-
Constructor Details
-
InResourceIterator
public InResourceIterator()
-
-
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>.WrappedIterator
-
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>.WrappedIterator
-