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

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

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

Methods in edu.rice.cs.plt.tuple that return IdentityWrapper
static
<T> IdentityWrapper<T>
IdentityWrapper.make(T value)
          Call the constructor (allows T to be inferred)