-
- All Known Subinterfaces:
Quadruplet<X,Y,Z,D>
- All Known Implementing Classes:
QuadrupletImpl
,TripletImpl
public interface Triplet<X,Y,Z> extends Pair<X,Y>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Z
getThird()
Get the third element from the tuple.
-
-
-
Method Detail
-
getThird
Z getThird()
Get the third element from the tuple.- Returns:
- the element
-
-