public class TupleResult extends Object
| Constructor and Description |
|---|
TupleResult()
Create a new TupleResult.
|
TupleResult(int num,
Object result)
Create a new SequenceResult.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNum()
Get the num.
|
Object |
getResult()
Get the result.
|
void |
setNum(int num)
Set the num.
|
void |
setResult(Object result)
Set the result.
|
String |
toString()
Get the string representation.
|
public TupleResult()
public TupleResult(int num,
Object result)
public int getNum()
public void setNum(int num)
num - The num to set.public Object getResult()
public void setResult(Object result)
result - The result to set.Copyright © 2015. All Rights Reserved.