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

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

protected class ParametersIdImpl.Iterator
extends java.lang.Object
implements java.util.Iterator<TypeId>


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

Constructor Detail

ParametersIdImpl.Iterator

protected ParametersIdImpl.Iterator()
Method Detail

hasNext

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

next

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

remove

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