Documentation of 'org.jquantlib.util.Pair' Java class
Pair
org.jquantlib.util

Class Pair<T1,T2>



  • public class Pair<T1,T2>
    extends java.lang.Object
    Mimicks std::pair
    See Also:
    std::pair
    • Constructor Summary

      Constructors 
      Constructor and Description
      Pair(T1 first, T2 second) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      T1 first() 
      T2 second() 
      • Methods inherited from class java.lang.Object

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

      • Pair

        public Pair(T1 first,
                    T2 second)
    • Method Detail

      • first

        public T1 first()
      • second

        public T2 second()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.