- All Superinterfaces:
Has1<V1>
, Has2<V1,V2>
, Has3<V1,V2,V3>
, Has4<V1,V2,V3,V4>
- All Known Implementing Classes:
Tuple5
public interface Has5<V1,V2,V3,V4,V5>
extends Has4<V1,V2,V3,V4>
Implemented by tuples that have at least five 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
Methods inherited from interface io.permazen.tuple.Has4
getValue4
-
Method Details
-
getValue5
Get the fifth value.
- Returns:
- fifth value in this tuple