org.apache.hadoop.hive.ql.exec
Class Utilities.Tuple<T,V>

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.Utilities.Tuple<T,V>
Type Parameters:
T -
V -
Enclosing class:
Utilities

public static class Utilities.Tuple<T,V>
extends Object

Tuple.


Constructor Summary
Utilities.Tuple(T one, V two)
           
 
Method Summary
 T getOne()
           
 V getTwo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities.Tuple

public Utilities.Tuple(T one,
                       V two)
Method Detail

getOne

public T getOne()

getTwo

public V getTwo()


Copyright © 2013 The Apache Software Foundation