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

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

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

Methods in edu.rice.cs.plt.collect that return ImmutableRelation
static
<T1,T2> ImmutableRelation<T1,T2>
CollectUtil.immutable(Relation<T1,T2> r)
          Wrap a relation in an immutable wrapper.
static
<T1,T2> ImmutableRelation<T1,T2>
ImmutableRelation.make(Relation<T1,T2> relation)
          Call the constructor (allows T1 and T2 to be inferred).