Package org.apache.commons.lang3.tuple
Class Triple.TripleAdapter<L,M,R>
- java.lang.Object
-
- org.apache.commons.lang3.tuple.Triple<L,M,R>
-
- org.apache.commons.lang3.tuple.Triple.TripleAdapter<L,M,R>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.commons.lang3.tuple.Triple
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TripleAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L
getLeft()
Gets the left element from this triple.M
getMiddle()
Gets the middle element from this triple.R
getRight()
Gets the right element from this triple.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-