Interface Pair<X,​Y>

    • Method Detail

      • getFirst

        X getFirst()
        Get the first element from the tuple.
        Returns:
        the element
      • getSecond

        Y getSecond()
        Get the second element from the tuple.
        Returns:
        the element