Uses of Class
edu.umd.cloud9.io.Tuple

Packages that use Tuple
edu.umd.cloud9.io Provides various Hadoop data types. 
 

Uses of Tuple in edu.umd.cloud9.io
 

Methods in edu.umd.cloud9.io that return Tuple
static Tuple Tuple.createFrom(DataInput in)
          Factory method for deserializing a Tuple object.
 Tuple Schema.instantiate()
          Instantiate a new Tuple instance with this Schema.
 Tuple Schema.instantiate(Object... objects)
          Instantiate a new Tuple instance with this Schema.
 

Methods in edu.umd.cloud9.io with parameters of type Tuple
 int Tuple.compareTo(Tuple that)
           Defines a natural sort order for the Tuple class.