Package org.fuchss.tools.tuple
Class Tuple3<A,B,C>
java.lang.Object
org.fuchss.tools.tuple.Tuple3<A,B,C>
- Type Parameters:
A
- the first typeB
- the second typeC
- the third type
- All Implemented Interfaces:
Serializable
A simple tuple of three values
- Author:
- Dominik Fuchss
- See Also:
-
Method Summary
-
Method Details
-
of
-
getFirst
The first value.- Returns:
- the first value
-
getSecond
The second value.- Returns:
- the second value
-
getThird
The third value.- Returns:
- the third value
-
hashCode
public int hashCode() -
equals
-
toString
-