ambit2.core.groups
Class AbstractGroup.SelfIterable<T>

Package class diagram package AbstractGroup.SelfIterable
java.lang.Object
  extended by ambit2.core.groups.AbstractGroup.SelfIterable<T>
All Implemented Interfaces:
java.lang.Iterable<T>
Enclosing class:
AbstractGroup

protected class AbstractGroup.SelfIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>


Field Summary
protected  T atom
           
 
Constructor Summary
AbstractGroup.SelfIterable(T atom)
           
 
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
 

Field Detail

atom

protected T atom
Constructor Detail

AbstractGroup.SelfIterable

public AbstractGroup.SelfIterable(T atom)
Method Detail

iterator

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