org.eclipse.ocl.examples.domain.ids.impl
Class BindingsIdImpl.Iterator

java.lang.Object
  extended by org.eclipse.ocl.examples.domain.ids.impl.BindingsIdImpl.Iterator
All Implemented Interfaces:
java.util.Iterator<ElementId>
Enclosing class:
BindingsIdImpl

protected class BindingsIdImpl.Iterator
extends java.lang.Object
implements java.util.Iterator<ElementId>


Constructor Summary
protected BindingsIdImpl.Iterator()
           
 
Method Summary
 boolean hasNext()
           
 ElementId next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingsIdImpl.Iterator

protected BindingsIdImpl.Iterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<ElementId>

next

@NonNull
public ElementId next()
Specified by:
next in interface java.util.Iterator<ElementId>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<ElementId>