org.apache.hadoop.hive.ql.exec
Class Utilities.Tuple<T,V>
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utilities.Tuple
public Utilities.Tuple(T one,
V two)
getOne
public T getOne()
getTwo
public V getTwo()
Copyright © 2013 The Apache Software Foundation