Package com.microstrategy.utils.function
Class Triple<L,M,R>
- java.lang.Object
-
- com.microstrategy.utils.function.Triple<L,M,R>
-
- Type Parameters:
L
- the left element typeM
- the middle element typeR
- the right element type
public class Triple<L,M,R> extends java.lang.Object
A triple consisting of three elements.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L
getLeft()
M
getMiddle()
R
getRight()
-