public class ArrayResult<T> extends Object implements org.openscience.cdk.qsar.result.IDescriptorResult
Constructor and Description |
---|
ArrayResult() |
ArrayResult(T[] array) |
Modifier and Type | Method and Description |
---|---|
T |
get(int index) |
int |
length() |
void |
set(int index,
T value) |
int |
size() |
String |
toString() |
public ArrayResult()
public ArrayResult(T[] array)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.