Class Multiples.Triple<F,​S,​T>

  • Enclosing interface:
    Multiples

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

      Constructors 
      Constructor Description
      Triple​(F f, S s, T t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      F first()  
      S second()  
      T third()  
      • Methods inherited from class java.lang.Object

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

      • Triple

        public Triple​(F f,
                      S s,
                      T t)
    • Method Detail

      • first

        public F first()
      • second

        public S second()
      • third

        public T third()