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

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

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

Subclasses of FilteredSet in edu.rice.cs.plt.collect
 class ComplementSet<E>
          The complement of a set excluded in a domain domain (alternatively, domain - excluded), constructed lazily and updated dynamically.
 class IntersectionSet<E>
          The intersection of two sets, lazily constructed and updated dynamically.