Class Triple<T,​U,​V>


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

      Constructors 
      Constructor Description
      Triple​(T first, U second, V third)  
    • Constructor Detail

      • Triple

        public Triple​(T first,
                      U second,
                      V third)
    • Method Detail

      • getFirst

        public T getFirst()
      • getSecond

        public U getSecond()
      • getThird

        public V getThird()