Uses of Class
edu.rice.cs.plt.tuple.IdentityPair

Packages that use IdentityPair
edu.rice.cs.plt.tuple Classes for the type-parameterized representation of tuples. 
 

Uses of IdentityPair in edu.rice.cs.plt.tuple
 

Methods in edu.rice.cs.plt.tuple that return IdentityPair
 IdentityPair<T2,T1> IdentityPair.inverse()
           
static
<T1,T2> IdentityPair<T1,T2>
IdentityPair.make(T1 first, T2 second)
          Call the constructor (allows the type arguments to be inferred)