Class MatlabReturns.Return3<A,​B,​C>

  • Type Parameters:
    A - first return type
    B - second return type
    C - third return type
    Direct Known Subclasses:
    MatlabReturns.Return4
    Enclosing class:
    MatlabReturns

    public static class MatlabReturns.Return3<A,​B,​C>
    extends MatlabReturns.Return2<A,​B>
    Container for three MATLAB return values.
    • Method Detail

      • getThird

        public C getThird()
        The third return argument.
        Returns:
      • toString

        public java.lang.String toString()
        Returns a brief description of this container. The exact details of this representation are unspecified and are subject to change.
        Overrides:
        toString in class java.lang.Object
        Returns: