Package matlabcontrol.link
Class MatlabReturns.Return3<A,B,C>
- java.lang.Object
-
- matlabcontrol.link.MatlabReturns.Return2<A,B>
-
- matlabcontrol.link.MatlabReturns.Return3<A,B,C>
-
- Type Parameters:
A- first return typeB- second return typeC- 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CgetThird()The third return argument.java.lang.StringtoString()Returns a brief description of this container.-
Methods inherited from class matlabcontrol.link.MatlabReturns.Return2
getFirst, getSecond
-
-
-
-
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:
toStringin classjava.lang.Object- Returns:
-
-