Uses of Class
edu.rice.cs.plt.collect.FilteredRelation

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

Uses of FilteredRelation in edu.rice.cs.plt.collect
 

Subclasses of FilteredRelation in edu.rice.cs.plt.collect
 class ComplementRelation<T1,T2>
          The complement of a relation excluded in a domain domain (alternatively, domain - excluded), constructed lazily and updated dynamically.
 class IntersectionRelation<T1,T2>
          The intersection of two relations, lazily constructed and updated dynamically.