Uses of Class
rcf.core.util.groups.ImmutableSingleton.Iterable

Packages that use ImmutableSingleton.Iterable
rcf.core.util.groups TODO: Javadoc Includes the Pair and Triple objects, which are essentially fixed-length type-parameterized ADTs. 
 

Uses of ImmutableSingleton.Iterable in rcf.core.util.groups
 

Fields in rcf.core.util.groups declared as ImmutableSingleton.Iterable
protected  ImmutableSingleton.Iterable<A> ImmutableSingleton.Iterator.iterable
          TODO: Javadoc
 

Methods in rcf.core.util.groups that return ImmutableSingleton.Iterable
 ImmutableSingleton.Iterable<A> ImmutableSingleton.Iterator.iterable()
           
 

Constructors in rcf.core.util.groups with parameters of type ImmutableSingleton.Iterable
ImmutableSingleton.Iterator(ImmutableSingleton.Iterable<A> _iterable, rcf.core.util.collection.iterator.ImmutableFixedUniIterator<A> _a)
          TODO: Javadoc Create an immutable iterator of singletons from an immutable iterable object.