Uses of Interface
rcf.core.util.position.Position

Packages that use Position
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 Position in rcf.core.util.groups
 

Classes in rcf.core.util.groups that implement Position
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 Position in rcf.core.util.iterator
 

Subinterfaces of Position in rcf.core.util.iterator
 interface Iterator<T>
          TODO: Javadoc A combination of the ImmutableIterator and Position interfaces which supports iteration over an Iterable.