com.github.leeonky.dal.runtime.ArrayAccessor Maven / Gradle / Ivy
package com.github.leeonky.dal.runtime;
import java.util.Iterator;
public interface ArrayAccessor extends ListAccessor {
Object get(T t, int index);
int size(T t);
@Override
default Iterable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy