Class MatlabReturns.Return6<A,​B,​C,​D,​E,​F>

  • Type Parameters:
    A - first return type
    B - second return type
    C - third return type
    D - fourth return type
    E - fifth return type
    F - sixth return type
    Direct Known Subclasses:
    MatlabReturns.Return7
    Enclosing class:
    MatlabReturns

    public static class MatlabReturns.Return6<A,​B,​C,​D,​E,​F>
    extends MatlabReturns.Return5<A,​B,​C,​D,​E>
    Container for six MATLAB return values.
    • Method Detail

      • getSixth

        public F getSixth()
        The sixth 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: