Class ValuePair<T,​X>


  • public class ValuePair<T,​X>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ValuePair​(T value1, X value2)  
    • Method Summary

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

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

      • ValuePair

        public ValuePair​(T value1,
                         X value2)
    • Method Detail

      • getFirst

        public T getFirst()
      • getSecond

        public X getSecond()