Class Mat.Tuple3<T>

  • Enclosing class:
    Mat

    public static class Mat.Tuple3<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple3​(T _0, T _1, T _2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get_0()  
      T get_1()  
      T get_2()  
      • Methods inherited from class java.lang.Object

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

      • Tuple3

        public Tuple3​(T _0,
                      T _1,
                      T _2)
    • Method Detail

      • get_0

        public T get_0()
      • get_1

        public T get_1()
      • get_2

        public T get_2()