Package com._1c.g5.v8.dt.common
Class EContainerIterator
- java.lang.Object
-
- com._1c.g5.v8.dt.common.EContainerIterator
-
-
Constructor Summary
Constructors Constructor Description EContainerIterator(org.eclipse.emf.ecore.EObject from)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
org.eclipse.emf.ecore.EObject
next()
void
remove()
Guaranteed to throw an exception and leave the underlying data unmodified.-
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 Detail
-
EContainerIterator
public EContainerIterator(org.eclipse.emf.ecore.EObject from)
Constructor. The first call tonext()
returns the parent of the 'from
'- Parameters:
from
- - base emf object.
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public org.eclipse.emf.ecore.EObject next()
-
remove
public void remove()
Guaranteed to throw an exception and leave the underlying data unmodified.- Specified by:
remove
in interfaceIterator<org.eclipse.emf.ecore.EObject>
- Throws:
UnsupportedOperationException
- always
-
-