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

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

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

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