Interface Pair<A,B>


public interface Pair<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getLeft

      A getLeft()
    • getRight

      B getRight()