Package xsbti

Interface T2<A1,A2>


public interface T2<A1,A2>
Used to pass a pair of values.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • get1

      A1 get1()
    • get2

      A2 get2()