Interface Pair<A,B>

All Known Implementing Classes:
RandomAccessiblePair.RandomAccess, ValuePair

public interface Pair<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getA

      A getA()
    • getB

      B getB()