Class MatlabReturns.Return2<A,​B>

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

    public static class MatlabReturns.Return2<A,​B>
    extends java.lang.Object
    Container for two MATLAB return values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A getFirst()
      The first return argument.
      B getSecond()
      The second return argument.
      java.lang.String toString()
      Returns a brief description of this container.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getFirst

        public A getFirst()
        The first return argument.
        Returns:
      • getSecond

        public B getSecond()
        The second 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: