Uses of Package
rcf.core.util.position

Packages that use rcf.core.util.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. 
rcf.core.util.position TODO: Javadoc A Position or ImmutablePosition represents a position inside a Collection or Iterable, including everything from a rcf.core.util.collection.vector to a rcf.core.util.collection.set, to a rcf.core.util.graph
 

Classes in rcf.core.util.position used by rcf.core.util.groups
ImmutablePosition
          The simplest kind of immutable position representing an element in an abstract data structure.
Position
          A combination of the ImmutablePosition and SingletonInterface interfaces which adds support for the modification of the element at this position through SingletonInterface.set(Object) and it's removal from the backing abstract data structure with Position.remove().
 

Classes in rcf.core.util.position used by rcf.core.util.iterator
ImmutablePosition
          The simplest kind of immutable position representing an element in an abstract data structure.
Position
          A combination of the ImmutablePosition and SingletonInterface interfaces which adds support for the modification of the element at this position through SingletonInterface.set(Object) and it's removal from the backing abstract data structure with Position.remove().
 

Classes in rcf.core.util.position used by rcf.core.util.position
ImmutablePosition
          The simplest kind of immutable position representing an element in an abstract data structure.