org.eclipse.ocl.examples.eventmanager
Class CompositeIterable<E>

java.lang.Object
  extended by org.eclipse.ocl.examples.eventmanager.CompositeIterable<E>
All Implemented Interfaces:
java.lang.Iterable<E>
Direct Known Subclasses:
CompositeCollection

public class CompositeIterable<E>
extends java.lang.Object
implements java.lang.Iterable<E>


Constructor Summary
CompositeIterable(java.util.Collection<? extends java.lang.Iterable<? extends E>> iterables)
           
CompositeIterable(java.lang.Iterable<? extends E>... iterables)
           
 
Method Summary
protected  java.lang.Iterable<? extends E>[] getIterables()
           
 java.util.Iterator<E> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeIterable

public CompositeIterable(java.lang.Iterable<? extends E>... iterables)

CompositeIterable

public CompositeIterable(java.util.Collection<? extends java.lang.Iterable<? extends E>> iterables)
Method Detail

iterator

public java.util.Iterator<E> iterator()
Specified by:
iterator in interface java.lang.Iterable<E>

getIterables

protected java.lang.Iterable<? extends E>[] getIterables()