Package com.groiss.ds
Class Triple<F,S,T>
java.lang.Object
com.groiss.ds.Triple<F,S,T>
- All Implemented Interfaces:
Serializable
A Triple is an object that contains three other objects.
It is most commonly used for conveniently storing and passing triples of objects.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
first
The first object. -
second
The second object. -
third
The third object.
-
-
Constructor Details
-
Triple
public Triple() -
Triple
Constructor for holding a pair of objects.
-
-
Method Details