Class Hierarchy
- java.lang.Object
- xyz.cofe.iter.Acum<A>
- xyz.cofe.iter.ArrayIterable<T> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.ArrayIterator<T> (implements java.util.Iterator<E>)
- xyz.cofe.iter.BiProductIterable<A,B> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.BiProductIterator<A,B> (implements java.util.Iterator<E>)
- xyz.cofe.iter.EmptyIterable<T> (implements xyz.cofe.iter.Eterable<A>, java.util.Iterator<E>)
- xyz.cofe.iter.EterableProxy<A> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.FilterIterable<T> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.FilterIterator<T> (implements java.util.Iterator<E>)
- xyz.cofe.iter.LimitIterable<A> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.LimitIterable.LimitIter<A> (implements java.util.Iterator<E>)
- xyz.cofe.iter.MapIterable<FromType,ToType> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.MapIterator<FromType,ToType> (implements java.util.Iterator<E>)
- xyz.cofe.iter.SingleIterable<T> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.SingleIterator<T> (implements java.util.Iterator<E>)
- xyz.cofe.iter.TreeIterator<A> (implements java.util.Iterator<E>)
- xyz.cofe.iter.TreeIterator.PushStep<A>
- xyz.cofe.iter.TreeIterBuilderDefault<A> (implements xyz.cofe.iter.TreeIterBuilder<A>)
- xyz.cofe.iter.TreeStep<A>
- xyz.cofe.iter.UnionIterable<TValue> (implements xyz.cofe.iter.Eterable<A>)
- xyz.cofe.iter.UnionIterator<TValue> (implements java.util.Iterator<E>)
Interface Hierarchy
- java.lang.Iterable<T>
- xyz.cofe.iter.Eterable<A>
- xyz.cofe.iter.TreeIterBuilder<A>