
T - Item typeA - Array object typepublic interface ArrayAdapter<T,A>
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.