Class Pair<T,​E>


  • public class Pair<T,​E>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(T first, E second)  
    • Constructor Detail

      • Pair

        public Pair​(T first,
                    E second)
    • Method Detail

      • getFirst

        public T getFirst()
      • getSecond

        public E getSecond()