org.apache.hadoop.hive.ql.util
Class ObjectPair<F,S>
java.lang.Object
org.apache.hadoop.hive.ql.util.ObjectPair<F,S>
public class ObjectPair<F,S>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectPair
public ObjectPair()
ObjectPair
public ObjectPair(F first,
S second)
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