Uses of Class
rcf.core.util.groups.ImmutablePair

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

Uses of ImmutablePair in rcf.core.util.groups
 

Subclasses of ImmutablePair in rcf.core.util.groups
static class ImmutablePair.Accessor<A,B>
          TODO: Javadoc Binds a pair of accessors to form a pair accessor.
static class ImmutablePair.Iterable<A,B>
          TODO: Javadoc Binds a pair of immutable iterable objects, allowing them to be iterated in tandem.
 class ImmutableTriple<A,B,C>
          TODO: Javadoc Provides a simple, type safe (generic) wrapper which can encapsulate a triple of references.
static class ImmutableTriple.Accessor<A,B,C>
          TODO: Javadoc Binds a triple of accessors to form a triple accessor.
static class ImmutableTriple.Iterable<A,B,C>
          TODO: Javadoc Binds a triple of immutable iterable objects, allowing them to be iterated simultaneously.
static class Pair.Iterable<A,B>
          TODO: Javadoc Binds a pair of iterable objects, allowing them to be iterated in tandem.
static class Triple.Iterable<A,B,C>
          TODO: Javadoc Binds a triple of iterable objects, allowing them to be iterated simultaneously.