class InData extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
id |
private double |
value1 |
private double |
value2 |
| Constructor and Description |
|---|
InData(int id,
double value1,
double value2)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the id value.
|
double |
getValue1()
Returns the first value.
|
double |
getValue2()
Returns the second value.
|
Copyright © 2022. All rights reserved.