Uses of Package
rcf.core.util.iterator

Packages that use rcf.core.util.iterator
rcf.core.concurrent.events Includes support for a highly abstract, and powerful event model. 
rcf.core.util.collection   
rcf.core.util.collection.vector   
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. 
rcf.core.util.map   
 

Classes in rcf.core.util.iterator used by rcf.core.concurrent.events
ImmutableIterable
          TODO: Javadoc This interface includes all of the methods needed to check the size of, and handle positions.
ImmutableIterator
          TODO: Javadoc An extension of the ImmutablePosition interface, which adds support for forking this iterator.
Iterable
          TODO: Javadoc An extension of the ImmutableIterable interface which adds support for mutating the elements at it's positions.
 

Classes in rcf.core.util.iterator used by rcf.core.util.collection
ImmutableIterable
          TODO: Javadoc This interface includes all of the methods needed to check the size of, and handle positions.
Iterable
          TODO: Javadoc An extension of the ImmutableIterable interface which adds support for mutating the elements at it's positions.
 

Classes in rcf.core.util.iterator used by rcf.core.util.collection.vector
ImmutableIterable
          TODO: Javadoc This interface includes all of the methods needed to check the size of, and handle positions.
Iterable
          TODO: Javadoc An extension of the ImmutableIterable interface which adds support for mutating the elements at it's positions.
 

Classes in rcf.core.util.iterator used by rcf.core.util.groups
ImmutableIterable
          TODO: Javadoc This interface includes all of the methods needed to check the size of, and handle positions.
ImmutableIterator
          TODO: Javadoc An extension of the ImmutablePosition interface, which adds support for forking this iterator.
Iterable
          TODO: Javadoc An extension of the ImmutableIterable interface which adds support for mutating the elements at it's positions.
Iterator
          TODO: Javadoc A combination of the ImmutableIterator and Position interfaces which supports iteration over an Iterable.
 

Classes in rcf.core.util.iterator used by rcf.core.util.iterator
ImmutableIterable
          TODO: Javadoc This interface includes all of the methods needed to check the size of, and handle positions.
ImmutableIterator
          TODO: Javadoc An extension of the ImmutablePosition interface, which adds support for forking this iterator.
Iterator
          TODO: Javadoc A combination of the ImmutableIterator and Position interfaces which supports iteration over an Iterable.
 

Classes in rcf.core.util.iterator used by rcf.core.util.map
ImmutableIterable
          TODO: Javadoc This interface includes all of the methods needed to check the size of, and handle positions.
Iterable
          TODO: Javadoc An extension of the ImmutableIterable interface which adds support for mutating the elements at it's positions.