Module com.jongsoft.lang
Interface Quadruplet<X,Y,Z,D>
-
- All Known Implementing Classes:
QuadrupletImpl
public interface Quadruplet<X,Y,Z,D> extends Triplet<X,Y,Z>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description D
getFourth()
Get the fourth element from the tuple.
-
-
-
Method Detail
-
getFourth
D getFourth()
Get the fourth element from the tuple.- Returns:
- the element
-
-