Interface Pair<A,​B>

  • All Known Subinterfaces:
    MutablePair<A,​B>

    public interface Pair<A,​B>
    • Method Detail

      • of

        static <A,​B> Pair<A,​B> of​(A key,
                                              B value)
      • getKey

        A getKey()
      • getValue

        B getValue()