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

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

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

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