- All Superinterfaces:
Has1<V1>, Has2<V1,V2>, Has3<V1,V2,V3>
- All Known Subinterfaces:
Has5<V1,V2,V3,V4,V5>
- All Known Implementing Classes:
Tuple4, Tuple5
public interface Has4<V1,V2,V3,V4>
extends Has3<V1,V2,V3>
Implemented by tuples that have at least four values.
-
Method Summary
Methods inherited from interface io.permazen.tuple.Has1
getValue1
Methods inherited from interface io.permazen.tuple.Has2
getValue2
Methods inherited from interface io.permazen.tuple.Has3
getValue3
-
Method Details
-
getValue4
Get the fourth value.
- Returns:
- fourth value in this tuple