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:
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
    Return the value of the fourth component.

    Methods inherited from interface eu.bandm.tools.util.anon.Tuploid1

    get0

    Methods inherited from interface eu.bandm.tools.util.anon.Tuploid2

    get1

    Methods inherited from interface eu.bandm.tools.util.anon.Tuploid3

    get2
  • Method Details

    • get3

      @Opt A3 get3()
      Return the value of the fourth component.
      Returns:
      the value of the fourth component.