A - first return typeB - second return typepublic static class MatlabReturns.Return2<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
A |
getFirst()
The first return argument.
|
B |
getSecond()
The second return argument.
|
String |
toString()
Returns a brief description of this container.
|