Interface Tuploid4<A0,A1,A2,A3>

Type Parameters:
A0 - the type of the first component.
A1 - the type of the second component.
A2 - the type of the third component.
A3 - the type of the fourth component.
All Superinterfaces:
Tuploid0, Tuploid1<A0>, Tuploid2<A0,A1>, Tuploid3<A0,A1,A2>
All Known Implementing Classes:
Tuple4

public interface Tuploid4<A0,A1,A2,A3> extends Tuploid3<A0,A1,A2>
A mathematical tuple with at least four components.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface eu.bandm.tools.ops.Tuploid1

    get0

    Methods inherited from interface eu.bandm.tools.ops.Tuploid2

    get1

    Methods inherited from interface eu.bandm.tools.ops.Tuploid3

    get2
  • Method Details