Interface Tuploid3<A0,A1,A2>

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

public interface Tuploid3<A0,A1,A2> extends Tuploid2<A0,A1>
A mathematical tuple with at least three 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
  • Method Details