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

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

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

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