public class MoleculePropRange extends Object
Modifier and Type | Field and Description |
---|---|
int |
count
Number of values in the
values array. |
int |
missingcount
Number of missing values in the
values array. |
Object |
missingvalue
Value returned for missing items.
|
int |
presentcount
Number of present values in the
values array. |
int |
start
Molecule index of the first element in the
values array. |
Object[] |
values
Value of the property.
|
Constructor and Description |
---|
MoleculePropRange() |
public int start
values
array.public int count
values
array.public int presentcount
values
array.public int missingcount
values
array.public Object missingvalue
public Object[] values
#missingValue
.