Class Tuple3<U,​V,​W>


  • public class Tuple3<U,​V,​W>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple3​(U first, V second, W third)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • first

        public final U first
      • second

        public final V second
      • third

        public final W third
    • Constructor Detail

      • Tuple3

        public Tuple3​(U first,
                      V second,
                      W third)