Class Pair<A,​B>


  • @Internal
    public final class Pair<A,​B>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(A first, B second)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A getFirst()  
      B getSecond()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Pair

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

      • getFirst

        @Nullable
        public A getFirst()
      • getSecond

        @Nullable
        public B getSecond()