Class MatlabReturns.Return8<A,​B,​C,​D,​E,​F,​G,​H>

  • 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
    G - seventh return type
    H - eight return type
    Direct Known Subclasses:
    MatlabReturns.Return9
    Enclosing class:
    MatlabReturns

    public static class MatlabReturns.Return8<A,​B,​C,​D,​E,​F,​G,​H>
    extends MatlabReturns.Return7<A,​B,​C,​D,​E,​F,​G>
    Container for eight MATLAB return values.
    • Method Detail

      • getEighth

        public H getEighth()
        The eight 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: