public interface ArrayAccessor<T> extends ListAccessor<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(T t,
int index) |
int |
size(T t) |
default java.lang.Iterable<java.lang.Object> |
toIterable(T instance) |
firstIndexjava.lang.Object get(T t, int index)
int size(T t)
default java.lang.Iterable<java.lang.Object> toIterable(T instance)
toIterable in interface ListAccessor<T>