T - Item typeA - Array object typepublic interface ArrayAdapter<T,A>
| Modifier and Type | Method and Description |
|---|---|
T |
get(A array,
int off)
Get the off'th item from the array.
|
int |
size(A array)
Get the size of the array.
|
int size(A array)
array - Array-like thingCopyright © 2019 ELKI Development Team. License information.