Uses of Class
edu.rice.cs.plt.collect.AbstractRelation.InverseRelation

Packages that use AbstractRelation.InverseRelation
edu.rice.cs.plt.collect Contains general-purpose extensions to and variations on the java.util collections framework. 
 

Uses of AbstractRelation.InverseRelation in edu.rice.cs.plt.collect
 

Subclasses of AbstractRelation.InverseRelation in edu.rice.cs.plt.collect
protected  class AbstractFunctionalRelation.InverseFunctionalRelation
          An inverse of the enclosing relation.
protected  class AbstractInjectiveRelation.InverseInjectiveRelation
          An inverse of the enclosing relation.
protected  class AbstractOneToOneRelation.InverseOneToOneRelation
          An inverse of the enclosing relation.