
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.