org.jjoost.collections.iters
Class AbstractIterable<E>

java.lang.Object
  extended by org.jjoost.collections.iters.AbstractIterable<E>
All Implemented Interfaces:
java.lang.Iterable<E>

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


Constructor Summary
AbstractIterable()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

AbstractIterable

public AbstractIterable()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object