org.eclipse.ocl.examples.pivot.utilities
Class CompleteElementIterable.Iterator

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.utilities.CompleteElementIterable.Iterator
All Implemented Interfaces:
java.util.Iterator<I>
Enclosing class:
CompleteElementIterable<O,I>

protected class CompleteElementIterable.Iterator
extends java.lang.Object
implements java.util.Iterator<I>


Constructor Summary
CompleteElementIterable.Iterator(java.lang.Iterable<? extends O> iterables)
           
 
Method Summary
protected  boolean advance()
           
 boolean hasNext()
           
 I next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteElementIterable.Iterator

public CompleteElementIterable.Iterator(@NonNull
                                        java.lang.Iterable<? extends O> iterables)
Method Detail

advance

protected boolean advance()

hasNext

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

next

public I next()
Specified by:
next in interface java.util.Iterator<I>

remove

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