T
- type of vector data item, typically a primitive Java typepublic interface ObjectVector<T>
Modifier and Type | Method and Description |
---|---|
int |
getVectorDataDimension()
Number of dimensions of the vector data.
|
T |
getVectorDataItem(int index)
Access to a single datum of vector data at the given zero-based index.
|
T getVectorDataItem(int index)
index
- zero-base index of the datum to returnint getVectorDataDimension()