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

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

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

Fields in edu.rice.cs.plt.collect declared as EmptyRelation
static EmptyRelation<Object,Object> EmptyRelation.INSTANCE
           
 

Methods in edu.rice.cs.plt.collect that return EmptyRelation
static
<T1,T2> EmptyRelation<T1,T2>
CollectUtil.emptyRelation()
          Produce an immutable empty relation.
static
<T1,T2> EmptyRelation<T1,T2>
EmptyRelation.make()
          Return a singleton, cast to the appropriate type.