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 thingT get(A array, int off) throws IndexOutOfBoundsException
array
- Array to get fromoff
- OffsetIndexOutOfBoundsException
- for an invalid index.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.