
T - Item typepublic class IdentityArrayAdapter<T> extends Object implements ArrayAdapter<T,T>
ArrayLikeUtil!protected IdentityArrayAdapter()
ArrayLikeUtil!public int size(T array)
ArrayAdaptersize in interface ArrayAdapter<T,T>array - Array-like thingpublic T get(T array, int off) throws IndexOutOfBoundsException
ArrayAdapterget in interface ArrayAdapter<T,T>array - Array to get fromoff - OffsetIndexOutOfBoundsException - for an invalid index.