Interface Tuploid2<A0,A1>

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

public interface Tuploid2<A0,A1> extends Tuploid1<A0>
A mathematical tuple with at least two components.
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    get0
  • Method Details