Class Pair<T,​K>


  • public class Pair<T,​K>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      T first  
      K second  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(T first, K second)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • first

        public T first
      • second

        public K second
    • Constructor Detail

      • Pair

        public Pair​(T first,
                    K second)