org.apache.hadoop.hbase.util
Class Triple<A,B,C>
java.lang.Object
org.apache.hadoop.hbase.util.Triple<A,B,C>
public class Triple<A,B,C>
- extends Object
Utility class to manage a triple.
Constructor Summary |
Triple(A first,
B second,
C third)
|
Triple
public Triple(A first,
B second,
C third)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
getFirst
public A getFirst()
setFirst
public void setFirst(A first)
getSecond
public B getSecond()
setSecond
public void setSecond(B second)
getThird
public C getThird()
setThird
public void setThird(C third)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.