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

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

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

Subclasses of EmptyCollection in edu.rice.cs.plt.collect
 class EmptyRelation<T1,T2>
          An immutable, empty, one-to-one relation.
 class EmptySet<E>
          An immutable empty PredicateSet.