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

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

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

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