Class Pair<A,​B>

    • Constructor Detail

      • Pair

        public Pair​(A first,
                    B second)
    • Method Detail

      • of

        @NotNull
        public static <A,​B> Pair<A,​B> of​(A first,
                                                     B second)
      • first

        public A first()
      • second

        public B second()