Class Triple<R,​S,​T>


  • public class Triple<R,​S,​T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Triple​(R first, S second, T third)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • first

        public R first
      • second

        public S second
      • third

        public T third
    • Constructor Detail

      • Triple

        public Triple​(R first,
                      S second,
                      T third)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object