Class Tuple3<F,​S,​T>


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

      Constructors 
      Constructor Description
      Tuple3​(F first, S second, T third)  
    • Constructor Detail

      • Tuple3

        public Tuple3​(F first,
                      S second,
                      T third)
    • Method Detail

      • getFirst

        public F getFirst()
      • getSecond

        public S getSecond()
      • getThird

        public T getThird()