Interface Pair<T,​W>

    • Method Detail

      • getFirst

        T getFirst()
        Returns:
        the first item
      • getSecond

        W getSecond()
        Returns:
        the second item