Uses of Interface
rcf.core.util.iterator.Iterator

Packages that use Iterator
rcf.core.util.groups TODO: Javadoc Includes the Pair and Triple objects, which are essentially fixed-length type-parameterized ADTs. 
rcf.core.util.iterator TODO: Javadoc An Iterator is a Position which can be moved over whatever spatial relationship it is aware of. 
 

Uses of Iterator in rcf.core.util.groups
 

Classes in rcf.core.util.groups that implement Iterator
static class Pair.Iterator<A,B>
          TODO: Javadoc Binds a pair of iterators, allowing them to be iterated in tandem.
static class Singleton.Iterator<A>
          TODO: Javadoc Wrap a single iterator, create an iterator over singletons of elements.
static class Triple.Iterator<A,B,C>
          TODO: Javadoc Binds a triple of iterators, allowing them to be iterated simultaneously.
 

Uses of Iterator in rcf.core.util.iterator
 

Methods in rcf.core.util.iterator that return Iterator
 Iterator<T> Iterator.copy()
           
 Iterator<T> Iterable.makeNative(ImmutablePosition<T> p)