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.ObjectA triple consisting of three elements.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LgetLeft()MgetMiddle()RgetRight()
-