static class Tests.Compound extends Object implements org.djutils.serialization.SerializableObject<Tests.Compound>
Modifier and Type | Field and Description |
---|---|
Double |
doubleValue
Field 2.
|
Integer |
intValue
Field 1.
|
Constructor and Description |
---|
Compound(int intValue,
double doubleValue)
Construct a new Compound object.
|
public Integer intValue
public Double doubleValue
Compound(int intValue, double doubleValue)
intValue
- int; the value to assign to intValuedoubleValue
- double; the value to assign to doubleValuepublic List<Object> exportAsList()
exportAsList
in interface org.djutils.serialization.SerializableObject<Tests.Compound>
Copyright © 2018–2019 Delft University of Technology. All rights reserved.