Class Triple<T1,T2,T3>
- java.lang.Object
-
- org.hibernate.envers.internal.tools.Triple<T1,T2,T3>
-
- Type Parameters:
T1-T2-T3-
public class Triple<T1,T2,T3> extends Object
A triple of objects.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)T1getFirst()T2getSecond()T3getThird()inthashCode()static <T1,T2,T3>
Triple<T1,T2,T3>make(T1 obj1, T2 obj2, T3 obj3)
-