org.apache.hadoop.hive.ql.util
Class ObjectPair<F,S>

java.lang.Object
  extended by org.apache.hadoop.hive.ql.util.ObjectPair<F,S>

public class ObjectPair<F,S>
extends Object


Constructor Summary
ObjectPair()
           
ObjectPair(F first, S second)
           
 
Method Summary
 F getFirst()
           
 S getSecond()
           
 void setFirst(F first)
           
 void setSecond(S second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPair

public ObjectPair()

ObjectPair

public ObjectPair(F first,
                  S second)
Method Detail

getFirst

public F getFirst()

setFirst

public void setFirst(F first)

getSecond

public S getSecond()

setSecond

public void setSecond(S second)


Copyright © 2013 The Apache Software Foundation