Package org.alfresco.util
Class Triple<T,U,V>
java.lang.Object
org.alfresco.util.Triple<T,U,V>
Utility class for containing three things that aren't like each other.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Triple
Make a new one.- Parameters:
first
- The first member.second
- The second member.third
- The third member.
-
-
Method Details
-
getFirst
Get the first member of the tuple.- Returns:
- The first member.
-
getSecond
Get the second member of the tuple.- Returns:
- The second member.
-
getThird
Get the third member of the tuple.- Returns:
- The third member.
-
equals
Override of equals. -
hashCode
public int hashCode()Override of hashCode. -
toString
-