org.hibernate.envers.tools
Class Triple<T1,T2,T3>
java.lang.Object
org.hibernate.envers.tools.Triple<T1,T2,T3>
- Type Parameters:
T1
- T2
- T3
-
public class Triple<T1,T2,T3>
- extends Object
A triple of objects.
Triple
public Triple(T1 obj1,
T2 obj2,
T3 obj3)
getFirst
public T1 getFirst()
getSecond
public T2 getSecond()
getThird
public T3 getThird()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
make
public static <T1,T2,T3> Triple<T1,T2,T3> make(T1 obj1,
T2 obj2,
T3 obj3)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.