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

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

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

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