org.jclarion.clarion.util
Class JoinedIterable<T>

java.lang.Object
  extended by org.jclarion.clarion.util.JoinedIterable<T>
All Implemented Interfaces:
java.lang.Iterable<T>

public class JoinedIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>


Constructor Summary
JoinedIterable(java.lang.Iterable<? extends T>... bits)
           
 
Method Summary
 java.util.Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinedIterable

public JoinedIterable(java.lang.Iterable<? extends T>... bits)
Method Detail

iterator

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


Copyright © 2010. All Rights Reserved.