org.apache.hadoop.hive.ql.optimizer.optiq
Class Pair<T1,T2>

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.optiq.Pair<T1,T2>

public class Pair<T1,T2>
extends Object


Constructor Summary
Pair(T1 first, T2 second)
           
 
Method Summary
 T1 getFirst()
           
 T2 getSecond()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(T1 first,
            T2 second)
Method Detail

getFirst

public T1 getFirst()

getSecond

public T2 getSecond()


Copyright © 2014 The Apache Software Foundation. All rights reserved.