public interface ListAccessor<T>
java.lang.Object
get(T t, int index)
int
size(T t)
default java.lang.Iterable
toIterable(T instance)
java.lang.Object get(T t, int index)
int size(T t)
default java.lang.Iterable toIterable(T instance)